adb 常用命令
#获取当前activiy adb shell dumpsys window | findstr mCurrentFocus #获取启动时间 adb shell am start -W -S xxx | findstr TotalTime #获取流量数据 adb shell ps -ef | grep packagename adb shell cat /proc/pid/net/dev | findstr wlan0 #获取内存使用情况
查询pid
adb shell top | findstr package
adb shell dumpsys meminfo pid | Total adb shell dumpsys meminfo pid | Graphic Total-Graphic
https://blog.csdn.net/lee171122174/article/details/127298924
https://blog.csdn.net/lee171122174/article/details/127298924
愚者不努力,懒人盼巅峰