-
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
InputMethodManager.mCurRootView memory leak in Android 4.4 (devices is SM701) #322
Comments
Probably because this is happening on an Android version that's not between 15 and 22. Please update with the Android version info, and I'll reopen. |
I have the same problem. LeakCanary tells me to ignore but still reported as a leak. Is that correct?
As you can see v22 using the SNAPSHOT version. |
@skimarxall see here and here; this known AOSP issue still occurs in API 22 |
@jrodbx is there a way to tell leakCanary to not report the leak? Is a bit annoying getting a message everytime this happens. |
currently there is not. feel free to open an issue and/or submit a PR. |
Same here, on API 23, leakcanary 1.4-SNAPSHOT, it is not excluded as well. Should i ignore, doesn't seem it is related to my code |
Right now it's supposed to be excluded up to LOLLIPOP_MR1. Is someone getting this on higher Android version? If yes, then please provide the Android version. |
@pyricau api 23, android M |
See #322 Also directly reference Lollipop constant.
this ia api 23. in xxxxxxxxxxxxxxx :0.4.3:1053.
|
FAILURE:
|
Not able to get if this is an issue or not . Log showing NO LEAK FOUND, but still get the Leak Canary warning" App will freeze for some time". D/LeakCanary: In ********:1.14:4.
|
See square#322 Also directly reference Lollipop constant.
As noted in this bug thread (https://code.google.com/p/android/issues/detail?id=205171) spun off from the original report, there's a similar leak that still manifests on M. The original fix required patching, so the exclusion may need to be adjusted upward. |
D/LeakCanary: In com.socks.jiandan:1.2:2.
I find the code about this ,but why it not work for me?
my project is on here
The text was updated successfully, but these errors were encountered: