-
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
com.squareup.leakcanary.internal.DisplayLeakActivity has leaked #1
Comments
Also,
Could reproduce both in a project with just a blank activity on that device (galaxy s4) hprof: https://drive.google.com/file/d/0B1aqwLiIm64cb0VONzhwb2VCN3M/view?usp=sharing |
The first one is really wrong. The global app wide resource instance has been built with a context that's the activity instead of the application instance.
I think we could add an excluded ref for Same goes for the second one. I can't find |
I got this, based on com.squareup.leakcanary:leakcanary-android:1.3
|
I'm also getting the android.view.ViewConfiguration.mContext leak in a activity of my app. The device is a 2012 Nexus 7 (with an older cyanogenmod version (4.3.1)). Could you also make an exclude for this? It should be noted, that this leak only occurs in a activity which is opened from the launcher. |
The text was updated successfully, but these errors were encountered: