-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UiModeManager has a memory leak in Android U #2559
Comments
@pyricau could we get a new release of Leak Canary with the ignored new leaks? I think one is a good candidate to be added. |
Note for pattern matching: the leak is still there in android-14.0.0_r11 but fixed (https://cs.android.com/android/_/android/platform/frameworks/base/+/2bc364179327022d0f60224a1f2420349074c5d2) in android-14.0.0_r16 https://cs.android.com/android/platform/superproject/+/android-14.0.0_r16:frameworks/base/core/java/android/app/UiModeManager.java;bpv=1 |
Probably not on 2.x, as I'd rather focus my limited time on 3.x. But 3.x will likely be released as non stable alpha for a while. Until then, you can easily create & maintain your own list of ignored leaks in your apps. |
@pyricau Is this fixed in 3.0-alpha-1? |
@hp902 no this will be fixed in the next release. You can add it manually to your config for now. |
Reported here: https://issuetracker.google.com/issues/294776102
Found while leak hunting with @joshskeen @helios175 @rjrjr And whoever else was on the call that I couldn't see.
LeakTrace information
The text was updated successfully, but these errors were encountered: