Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HPROF Analyzer tool not found in Android studio 3

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!

like image 613
Rami Jemli Avatar asked Sep 22 '17 11:09

Rami Jemli


2 Answers

First save your .hprof file.

enter image description here

Then drag that into Android Studio.

Find more details here

like image 190
Zeero0 Avatar answered Sep 19 '22 11:09

Zeero0


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

like image 27
user8837517 Avatar answered Sep 19 '22 11:09

user8837517