Fixed
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Can you please help share the idea.log file (select Help > Show Log in Finder) if this issue reproduces again? Thank you very much!
ja...@gmail.com <ja...@gmail.com> #3
Greetings,
Attached shorten idea.log with the problem.
Attached following logs from the idea.log message.
Hope it helps
Attached shorten idea.log with the problem.
Attached following logs from the idea.log message.
Hope it helps
vi...@google.com <vi...@google.com> #4
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.
dp...@google.com <dp...@google.com> #5
Hi, I think this is mis-assigned to me, I don't work on this project.
vi...@google.com <vi...@google.com>
di...@google.com <di...@google.com> #6
Thanks for the logs, they are really useful. Could you please confirm if this happens also on the latest 3.6 beta version?
Jens, the freeze seems to happen when loading the values for onClick on the properties panel. It seems that we run an expensive operation and blocks the UI. This is the last point on the uibuilder that triggers the freeze:
at org.jetbrains.android.dom.converters.OnClickConverter.checkSignature(OnClickConverter.java:211)
at com.android.tools.idea.uibuilder.property2.support.OnClickEnumSupport.getValues(OnClickEnumSupport.kt:71)
at com.android.tools.idea.common.property2.impl.model.ComboBoxPropertyEditorModel.getSize(ComboBoxPropertyEditorModel.kt:139)
at javax.swing.JComboBox.getSelectedIndex(JComboBox.java:645)
Jens, the freeze seems to happen when loading the values for onClick on the properties panel. It seems that we run an expensive operation and blocks the UI. This is the last point on the uibuilder that triggers the freeze:
at org.jetbrains.android.dom.converters.OnClickConverter.checkSignature(OnClickConverter.java:211)
at com.android.tools.idea.uibuilder.property2.support.OnClickEnumSupport.getValues(OnClickEnumSupport.kt:71)
at com.android.tools.idea.common.property2.impl.model.ComboBoxPropertyEditorModel.getSize(ComboBoxPropertyEditorModel.kt:139)
at javax.swing.JComboBox.getSelectedIndex(JComboBox.java:645)
Description
all required information.
Studio Build: #AI-183.6156.11.34.5522156
Version of Gradle Plugin: 3.4.2
Version of Gradle: 5.1.1
Version of Kotlin: 1.3.41
OS: Android, Kotlin
Steps to Reproduce:
1. Any .xml design view with Button in it.
2. Every time you click on the Button (from Design view as an developer) AS is loading for about a minute, which is extremely annoying, every single time I click on button the entire AS just stops and loading something inside of the Button (probably searching for onClick method? Even if it's empty?) and you have to wait even if you want to just change its size etc.