What Android tools and methods work best to find memory/resource leaks?
Posted
by jottos
on Stack Overflow
See other posts from Stack Overflow
or by jottos
Published on 2009-07-18T10:10:57Z
Indexed on
2010/04/20
8:13 UTC
Read the original article
Hit count: 207
android
|memory-leaks
I've got an Android app developed, and I'm at the point of a phone app development where everything seems to be working well and you want to declare victory and ship, but you know there just have to be some memory and resource leaks in there; and there's only 16mb of heap on the Android and its apparently surprisingly easy to leak in an Android app.
I've been looking around and so far have only been able to dig up info on 'hprof' and 'traceview' and neither gets a lot of favorable reviews.
What tools or methods have you come across or developed and care to share maybe in an OS project?
© Stack Overflow or respective owner