-
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
FAILURE: java.lang.NullPointerException #330
Comments
Affects me too:
|
Same issue here: Nexus 6, android 6.0
|
Same issue here: Nexus 5, android 6.0 Process: com.xxx.demo:leakcanary, PID: 10877
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:154)
at com.squareup.leakcanary.HeapAnalyzer.checkForLeak(HeapAnalyzer.java:89)
at com.squareup.leakcanary.internal.HeapAnalyzerService.onHandleIntent(HeapAnalyzerService.java:56)
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) |
Same issue - Nexus 6 / 6.0 |
duplicate #267 |
Duplicate of #341 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In com.leo.kang:1.0:1. * FAILURE: 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) * Reference Key: 16ad5558-8d70-4507-804d-5791e08ac3ce * Device: LGE google Nexus 5 hammerhead * Android Version: 6.0 API: 23 LeakCanary: 1.3.1 * Durations: watch=5052ms, gc=166ms, heap dump=3990ms, analysis=12858ms
The text was updated successfully, but these errors were encountered: