On Apr 3, 1:05 am, ratson <[email protected]> wrote: > is there an SDK way to find out the exact amount of memory consumed by > a process identified by its pid?
If you have a development device, "adb shell procrank" will give you a summary, and "adb shell showmap <pid>" will give you details. I don't remember which builds procrank/showmap are a part of though. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

