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

Exception on Android M #236

Closed
parahall opened this issue Aug 5, 2015 · 1 comment
Closed

Exception on Android M #236

parahall opened this issue Aug 5, 2015 · 1 comment

Comments

@parahall
Copy link

parahall commented Aug 5, 2015

Tried with Nexus 9, Nexus 5 and Nexus 6:
In com.some.package:6.7.01:60701.

  • FAILURE:
    java.lang.ClassCastException: org.eclipse.mat.parser.model.ClassImpl cannot be cast to org.eclipse.mat.snapshot.model.IPrimitiveArray
    at org.eclipse.mat.snapshot.model.PrettyPrinter.objectAsString(PrettyPrinter.java:29)
    at com.squareup.leakcanary.HeapAnalyzer.findLeakingReference(HeapAnalyzer.java:158)
    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: fb73db7c-fab5-4c44-869c-9a8608a3c778
  • Device: motorola google Nexus 6 shamu
  • Android Version: M API: 22 LeakCanary: 1.3.1
  • Durations: watch=5014ms, gc=144ms, heap dump=7107ms, analysis=20062ms
@kaneoriley
Copy link

Already fixed by #219

You need to use 1.4-SNAPSHOT

@pyricau pyricau closed this as completed Aug 27, 2015
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

3 participants