HPROF Analyzer tool not found in Android studio 3

Viewed 4323

HPROF Analyzer/Analyzer tasks is a great tool in android studio 2 which helps detect memory leaks. It's less time-consuming than using the eclipse MAT tool. However, I couldn't find it using the new Android Profiler in AS3.

Any help is greatly appreciated!

2 Answers

You need to save the dump file and open it via the "capture" tab. Then the analyzer is available

Related