Android Studio heap dump is empty

Viewed 408

Android Studio 4.0.2 is exporting empty hprof files from memory that is not empty. Empty memory The profiler shows memory correctly, but I would like to use MAT to analyze the heap because Android Studio does not give the information in an easy to parse way. Non empty memory

Is there a way to fix this?

1 Answers
Related