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. This doesn't let you kill off any offending processes, but you may be able to determin who's at fault so you can uninstall the app, strangle the developer who wrote it, etc. My only request is that you not strangle the author of the book that the developer used, in case that's me, as my neck bruises easily... ;-) -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
