一、重置电池数据收集数据

打开电池数据获取:
adb shell dumpsys batterystats --enable full-wake-history 重置电池数据: adb shell dumpsys batterystats --reset

获取电量数据报告:

adb bugreport > bugreport.txt

或者:

adb shell dumpsys batterystats > batterystats.txt 

获取指定app的信息:

adb shell dumpsys batterystats > com.example.android.sunshine.app > batterystats.txt

 

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2022-01-10
  • 2021-06-30
  • 2021-06-25
  • 2021-04-21
  • 2021-09-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-11-29
相关资源
相似解决方案