I'm reading CPU usage details of my app using dumpsys cpuinfo command, however, it seems like its not updating the information. For example, the output is as follow:
CPU usage from 886396ms to 613049ms ago:
Which means that the last update was around 613 seconds ago. That doesn't make sense. It updates these information on the phone in terms of a few seconds.
My watch is connected through usb to my laptop. I'm running the following command.
adb shell dumpsys cpuinfo
What I am doing wrong ?