Status Update
Comments
gh...@google.com <gh...@google.com>
gh...@google.com <gh...@google.com> #2
Flagging this bug as a good one to investigate, because JetBrains has seen this exception a lot. Also note that, AFAIK, you may be able to override getActionUpdateThread
to move this work to a background thread, if applicable.
gh...@google.com <gh...@google.com> #3
Will flag this for Giraffe for now — just to make sure we investigate this a bit more. It is possible that DeviceAndSnapshotComboBoxAction
is causing frequent short UI freezes for users.
rp...@google.com <rp...@google.com> #4
Marking as P1 to ensure we investigate... Depending on the actual issue, we may lower P.
ju...@google.com <ju...@google.com> #6
Oh, and I feel P1 is quite appropriate
ju...@google.com <ju...@google.com>
sa...@google.com <sa...@google.com> #7
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Giraffe Canary 1 (2022.3.1.1)
- Android Gradle Plugin 8.1.0
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
DESCRIOTION:
update
method does too much work on EDT and exceeds 300ms threshold.PluginException stacktrace is provided in attachment.