Can anyone tell me how does the adb shell dumpsys
work internally? I suppose this command reads the /proc
fs somehow, but this is just my understanding.
It seems that android sdk 19 onwards, following command is not supported-
adb shell dumpsys batteryinfo
It has been replaced by
adb shell dumpsys batterystats
I would like to know if any documentation (link) is available, where detailed information about this can be found.