How to get information about android battery usage by application

后端 未结 3 1147
闹比i
闹比i 2020-11-30 06:16

How can I get battery usage per application in Android.

I need to know % of battery spent by application.

Is it possible using SDK?

What I need is th

3条回答
  •  隐瞒了意图╮
    2020-11-30 07:16

    You can try out this command, though I'm not sure how to read its output:

    adb shell dumpsys batterystats
    

提交回复
热议问题