I am making a Project on TaskManager android just like windows Taskmanager. How to get CPU usage and memory Usage?
Asked
Active
Viewed 431 times
1 Answers
0
You will need to use Linux commands like top
or ps
using:
Process process = Runtime.getRuntime().exec(...);
http://m2catalyst.com/tutorial-finding-cpu-usage-for-individual-android-apps