Skip to content Skip to sidebar Skip to footer

Android: Tools To Find Memory Leaks?

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?

Solution 1:

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

Then install MAT for Eclipse. Happy hounting!


Solution 2:

read this post on Android Developer Blog, it has what you need http://android-developers.blogspot.com/2011/03/memory-analysis-for-android.html


Post a Comment for "Android: Tools To Find Memory Leaks?"