I am executing the adb shell dumpsys cpuinfo command on my android device,
adb shell dumpsys cpuinfo
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?
This is nothing more like reading of /proc// to unravel this look into ProcessCpuTracker.java and later on here man-proc
This is nothing more like reading of /proc// to unravel this look into ProcessCpuTracker.java and later on here man-proc