Posting again as my previous reply is not showing Hi Sujit,
Use the following command from the console adb shell top -t If you want to see for one process, use the following adb shell top -t | grep android.process.media [Here i have taken "android.process.media" as an example] Thanks & Regards, Ravikrishna Paduchuri. On May 17, 5:05 pm, sujit das <[email protected]> wrote: > Hi all, > I have created a thread using C++ under mediaserver application. > When I am doing 'top' it is showing only cpu usage of all including > 'mediaserver' but the newly created thread. > can someone help how to get thread level cpu consumption for the newly > created thread. -- 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

