Skip to content
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

String.equals(Object) on a null object reference #278

Closed
kaibolay opened this issue Sep 10, 2015 · 1 comment
Closed

String.equals(Object) on a null object reference #278

kaibolay opened this issue Sep 10, 2015 · 1 comment

Comments

@kaibolay
Copy link

In com.google.android.gms:8.2.60 (2227654-230):8260230.

  • 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(SourceFile:160)
    at com.squareup.leakcanary.HeapAnalyzer.checkForLeak(SourceFile:95)
    at com.squareup.leakcanary.internal.HeapAnalyzerService.onHandleIntent(SourceFile:63)
    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: 008b648b-4052-451c-86b3-298e4c85fe39
  • Device: motorola google Nexus 6 shamu
  • Android Version: 6.0 API: 23 LeakCanary: 1.3.2-SNAPSHOT
  • Durations: watch=5095ms, gc=162ms, heap dump=5052ms, analysis=9437ms
  • Excluded Refs:
    | Field: android.view.textservice.SpellCheckerSession$1.this$0
    | Field: android.view.Choreographer$FrameDisplayEventReceiver.mMessageQueue
    | Thread:FinalizerWatchdogDaemon| Thread:main| Thread:LeakCanary-Heap-Dump
@kaibolay
Copy link
Author

Probably a duplicate of issue #267 (Android 6.0 Heap dump parsing failure)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant