标签:ash res 电量 需要 包名 hub card battery googl
===========================================================================================
C:\Users\del>adb shell dumpsys batterystats | more > C:\Users\del\Desktop\a.txt ——整个电池信息
C:\Users\del>adb shell dumpsys batterystats com.wawj.app.t | more > C:\Users\del\Desktop\a.txt ——某个单独app电池信息
==========================================================================
1、测试前,需要将手机的电量信息清空:adb shell "dumpsys batterystats --reset"
2、获取手机的所有耗电信息:
第一步:adb shell "dumpsys batterystats > /sdcard/batterystats.txt"
第二步:adb pull /sdcard/batterystats.txt D:\测试数据\
3、查看指定应用的耗电信息:
第一步:“adb shell dumpsys batterystats 包名 > /sdcard/appbatterystats.txt”
第二步:adb pull /sdcard/appbatterystats.txt D:\测试数据\
========================================================================
可以去github下载historian.py来制作成直观的html。
使用命令:python historian.py appbatterystats.txt > batterystats.html
===========================================================================
标签:ash res 电量 需要 包名 hub card battery googl
原文地址:https://www.cnblogs.com/xiaobaibailongma/p/13283913.html