Android Studio 3.2: Can't find the Analyzer Tasks pane when opening an HPROF dump file

It seems that the Analyzer Tasks pane has been removed in the last versions of Android Studio.

You can either download an old version or use another software to analyze heap dumps. For that there is Mat or YourKit. There is probably other software on the market for that.

To detect memory leaks, I can only advice you to use Leak Canary. It is a tool that will automatically look for memory leaks in the app at runtime by dumping the heap and analyzing it.

Feel free to ask if you have questions on those tools.

Have a nice day.


FYI, This is tracked on issue tracker: https://issuetracker.google.com/issues/117363840

From google engineer: Thanks for the feedback. It is the limitation of our tool at this moment, but it's on our backlog to address in the future.