adb shell dumpsys
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adb shell dumpsys相关的知识,希望对你有一定的参考价值。
adb shell dumpsys activity activities
-- class/packagename
adb shell dumpsys batterystate --reset
dumpsys wifi
cupinfo
input_method
memoryinfo "packagename"
adb shell dumpsys batterystate > com.sepp.mypkgname > myapp_bts.txt
phython historian.py myapp_bts.txt > myapp_battery_stats.html
以上是关于adb shell dumpsys的主要内容,如果未能解决你的问题,请参考以下文章
查看Activity 堆栈情况的命令:adb shell dumpsys activity
什么是 Android ADB shell“dumpsys”工具,它有什么好处?