On Dec 5 2008, 11:17 am, Mark Murphy <[email protected]> wrote:
> Ed wrote:
> > I am guessing that bad programming on one or more of my apps is the
> > culprit, but Android does not have a built-in task manager, and it
> > does not allow the user to end specific tasks. There is a "NetMeter"
> > app on the Market, but it isn't helpful other than showing current CPU
> > load (it doesn't tell you what apps are running). I just turned on my
> > phone from sleep after getting to work today, and the CPU load is
> > 42.6%--with no app running other than NetMeter. After reboot, this
> > number drops to 4%.
>
> I'm not sure if you're a developer or not. If you are, fire up adb shell
> to your G1, run top -n 1 on the G1, and see if it tells you anything useful.
>
> Eventually, I or somebody will probably try to put a GUI in front of
> top, so you can run it just from the device without adb and get more
> pleasant output.

I just added a function to NetMeter which shows CPU utilization by
process (menu: show tasks). It's not a front-end to top, but a similar
reimplementation of its CPU usage accounting in Java. Maybe this helps
for some cases of trouble-shooting like this.

Bernhard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to