-1

I want to monitor some metrics of my Android Phone. On the one hand I want to monitor the current hardware states (e.g. battery capacity, CPU usage...). On the other hand I want an overview over the running processes with various information. My current approach is to read various files in the /proc/ directory using the execute method of the Runtime.

Are there more performant or easier ways to get these Kind of information?

Kind regards

1 Answers1

1

You can use different classes Android give you:

Look for the others but it's quite simple.

Community
  • 1
  • 1
dequec64
  • 923
  • 1
  • 8
  • 26