androidadbdumpsys

Android dumpsys cpuinfo output explanation


I am executing the adb shell dumpsys cpuinfo command on my android device,

which prints out something like this:

2.3% 7398/com.pkg.testapp: 2% user + 0.3% kernel / faults: 79 minor

Could anyone please explain the meaning of this output?


Solution

  • This is nothing more like reading of /proc// to unravel this look into ProcessCpuTracker.java and later on here man-proc