AFAIK, we have two ways to track memory usage with Android
1. VM Heap View in DDMS
2.dump hprof file and analyze it by Eclipse MAT

I wonder how VM Heap View is supposed to help developers?
1.About the first grid(ID,Heap Size,Allocated...), what pattern of
data smells bad?
2.I only saw one "Stats" item in the "Display"dropdown list. Is it
supposed to be more items there?
3.What data pattern smells bad in the second grid(Type,Count,Total
size...)
4.What graph pattern of allocation count per size smells bad?

Best Regards

James

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to