0

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?

Alex P.
  • 30,437
  • 17
  • 118
  • 169
Omar Hassan
  • 727
  • 1
  • 11
  • 24

1 Answers1

1

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