You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like AdbControllerImp adds itself as a device change listener and never unregisters itself (except for refresh(), where it immediately re-registers itself). This references stale projects and other large data structures, keeping them in memory indefinitely.
The text was updated successfully, but these errors were encountered:
We've seen the following leak in diagnostic reports from Android Studio users:
It looks like
AdbControllerImp
adds itself as a device change listener and never unregisters itself (except forrefresh()
, where it immediately re-registers itself). This references stale projects and other large data structures, keeping them in memory indefinitely.The text was updated successfully, but these errors were encountered: