Check out the adb shell tool, it has a ton of stuff: http://code.google.com/android/reference/adb.html#shellcommands http://en.androidwiki.com/wiki/ADB_Shell_Command_Reference
For instance, try "adb shell dumpsys activity" - and so on, see what's there with "debugtool" and such too. On Jan 30, 10:58 am, dpackham <[email protected]> wrote: > is there any way to debug live running apps to see what processes are > taking alot of cpu time? I see the options in DDMS but they are not > really live. I would just like to see what processes took alot of > time so I can dig into the code to optimize it --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

