How to Effectively detect without guessing in MAT the memory leaks (android) -
when open mat converted hrpof file following
class name | shallow heap | retained heap | percentage ------------------------------------------------------------------------------------------------------------------ class android.content.res.resources @ 0x40c51698 unknown, system class| 48 | 6,216,112 | 54.20% ------------------------------------------------------------------------------------------------------------------ can 1 tell means ?
this asolutely greek me. how on earth know class in code leaking these. ideas welcome
check link, 1 might take deep in theory : how can determine if android app has memory leak?
use memory leak info doc : http://android-developers.blogspot.in/2011/03/memory-analysis-for-android.html
and give check : http://novoda.com/blog/blog/memory-debugging-on-android-part-1
hope these helpful this
Comments
Post a Comment