-
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
Leak analysis failed : NullPointerException #305
Comments
hit the same issue just yesterday. |
I got the same issue just before. If you need additional information to reproduce the issue, please let me know anytime. |
Same issue in Nexus 5 with Android 6.0.
|
Duplicate of #267 |
Me too |
Every time this exception. Nexus 5 Android 6 |
See change log for details at: https://github.com/square/leakcanary/blob/master/CHANGELOG.md |
Every time this. Nexus 5 android 6 |
Duplicate of #341 |
This library had worked several times then suddenly stopped working because of this bug
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
at com.squareup.leakcanary.HeapAnalyzer.findLeakingReference(HeapAnalyzer.java:160)
at com.squareup.leakcanary.HeapAnalyzer.checkForLeak(HeapAnalyzer.java:95)
at com.squareup.leakcanary.internal.HeapAnalyzerService.onHandleIntent(HeapAnalyzerService.java:57)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.os.HandlerThread.run(HandlerThread.java:61)
The text was updated successfully, but these errors were encountered: