-
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
FATAL EXCEPTION: LeakCanary-Heap-Dump Failure during heap dump; check log output for details #226
Comments
I'll also need the android api version. But otherwise, this looks like we could catch |
sorry,i have check dalvik/vm/native/dalvik_system_VMDebug.cpp file's Dalvik_dalvik_system_VMDebug_dumpHprofData mthod. but i have no find log output. android api version is 4.3. could you catch RuntimeException instead of just IOException in latest version,thx. |
I am seeing this on 4.1.2 (Droid Razr) also. |
Need logs. Closing. |
I am getting the same issue. Phone: HUAWEI G525-U00
Apparently the file where the dump should be stored cannot be opened, but leakcanary does not fail gracefully then. |
Don't crash when heap dump fails #226
Guys 09-02 15:13:26.623 4756-4776/com.gettaxi.dbx.android I/dalvikvm﹕ hprof: dumping heap strings to "/mnt/sdcard/Download/leakcanary/suspected_leak_heapdump.hprof". |
Got the same issue and it caused by dumping the log to a partition which is not exists (/mnt/sdcard) |
I'm seeing the same issue on Nexus 4 running Android 4.0.4 (Genymotion), using leak canary 1.4-SNAPSHOT
The path /storage/emulated/0 does not exist
inside legacy, I do see previous leaks
In this app, I've only used 1.4-SNAPSHOT. Let me know if I can help any further |
Same exeption: |
Don't crash when heap dump fails square#226
The text was updated successfully, but these errors were encountered: