Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
此命令在 Android 耳机中有何作用?
adb shell dumpsys battery reset
对手机执行此命令后,我还需要做其他事情吗?
adb shell dumpsys battery打印出battery服务状态。出于测试目的,您可能希望使用adb shell dumpsys battery set [property] [value]命令模拟一些电池状态属性。
adb shell dumpsys battery
battery
adb shell dumpsys battery set [property] [value]
使adb shell dumpsys battery reset设备退出模拟模式,返回报告实际状态。