I am currently doing research on power consumption on mobile devices, specifically for Android, and I have been unable to find a means of accessing some of the data I require such as CPU usage, battery usage, WiFi usage, and memory usage etc. I know that some of this data can be found through the "dumpsys" on the adb shell or other commands like "top". Is there a way to access this data programmatically with Java? How do applications like PowerTutor, Power Manager and the like get the data they require? Is there an API that can be used? I have been unable to find what I am looking for from the Android Developer documentation.
Thanks for your help. -- 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

