"adb shell procrank" is generally the most accurate memory usage information
-- in particular uss is the amount of memory private to your app, and pss
also includes the shared memory weighted across the number of processes it
is shared in.  (Ignore the other numbers, they are pretty much useless.)

On Thu, Sep 3, 2009 at 11:14 PM, Alger, Lin <addr...@gmail.com> wrote:

>
> I have an application in Java-side, and it uses some "SO" files in
> native-side . How to calculates the memory usage of my application, in
> Java-side and native-side both?
>
> Does Android provides toolkit to calculates the memory usage of
> application?
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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