当前位置:网站首页>Battery historian analyzes battery consumption

Battery historian analyzes battery consumption

2022-06-26 09:55:00 Graffiti CC

Get a cell phone BugReport The file is then uploaded for analysis
1. Record the wake-up lock information in detail adb shell dumpsys batterystats --enable full-wake-history
Enabled: full-wake-history
1
2. Reset the phone battery consumption information adb shell dumpsys batterystats --reset
Battery stats reset.
1
3. start-up APP Conduct some test cases
4. export bugreport file
stay Android 7.0 And later adb bugreport bugreport.zip
stay Android 7.0 Before using adb bugreport > bugreport.txt

Reference link

Android Official website - Optimize battery life
Android Official website - Use Batterystats and Battery Historian Analyze battery consumption
Investigation of difficult and miscellaneous problems in live broadcast (10)— High live broadcast power consumption

原网站

版权声明
本文为[Graffiti CC]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202170549001680.html