-
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
Report of NPE #341
Milestone
Comments
Happens for us too:
|
This is also happening for me, seems to be confined to Marshmallow. |
+1, Nexus 5, Android M |
Seeing it on my 3rd Gen Moto X too (also running Marshmellow) |
+1
|
This was fixed in 47b098e. Please update to 1.4-SNAPSHOT. |
This was referenced Jan 2, 2016
Closed
Closed
Closed
Closed
This was referenced Jan 7, 2016
Closed
This was referenced Mar 9, 2016
Closed
Closed
This was referenced Mar 9, 2016
Closed
This was referenced Mar 24, 2016
Closed
Closed
Closed
This was referenced Jun 26, 2016
Closed
Closed
Closed
This was referenced Sep 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: