| commit | 8d7770ab7ec4c69c346d7a5ca6e77cefabf9dc37 | [log] [tgz] |
|---|---|---|
| author | Luis Santiago Re <lsantire@google.com> | Mon Dec 08 13:36:28 2025 +0000 |
| committer | Luis Santiago Re <lsantire@google.com> | Tue Dec 09 09:31:04 2025 -0800 |
| tree | 68bef10ad93dd4c0d25d938286977da453a32da0 | |
| parent | 0fba1b71087d45bafa8813b846e2be331384b5c2 [diff] |
Do not cancel render actions while holding a lock The usage of locks is needed for adding and removing the actions to their corresponding queues and when referencing the running render, but whenever a cancellation needs to be done, it should be done without holding any of these locks. Bug: 466579248 Test: RenderExecutorTest Change-Id: Icfc0f64b8dc7e2051a443efc500d619190b06bb3
This is the source code of the Android plugin for IntelliJ platform, which is also the main part of Android Studio.
See the links below for implementation details and make sure to read IntelliJ Platform SDK docs first.