Android: tools to find memory leaks? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . 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? 回答1: Watch this: http://www.youtube.com/watch?v=_CruQY55HOk Then install MAT for Eclipse. Happy hounting! 回答2: read this post on Android