You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Android M preview 3 on a nexus 9. Little memory leaks are reported. Most of the time I see this:
* 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: cf4599da-deaa-480a-bb23-57e6e512999b
* Device: htc google Nexus 9 volantis
* Android Version: 6.0 API: 23 LeakCanary: 1.3.1
* Durations: watch=5136ms, gc=142ms, heap dump=2500ms, analysis=7720ms
The text was updated successfully, but these errors were encountered:
I am running Android M preview 3 on a nexus 9. Little memory leaks are reported. Most of the time I see this:
The text was updated successfully, but these errors were encountered: