Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: tools to find memory leaks? [closed]

Are there some useful tools to detect memory leaks in Android Java applications? Something similar to Valgrind where the place of creation of a non-freed object is shown?

like image 543
Elmi Avatar asked Dec 21 '22 17:12

Elmi


1 Answers

Watch this: http://www.youtube.com/watch?v=_CruQY55HOk

Then install MAT for Eclipse. Happy hounting!

like image 173
Michał Klimczak Avatar answered Jan 02 '23 10:01

Michał Klimczak