APP专项测试1 ---启动时间cmd命令

adb shell “logcat | grep START” 查看包名

ThisTime 命令行启动时间

 

启动时间---冷启动

adb shell am start -W -n package/activity

 

停止app启动

Adb  shell am force-stop package

 

热启动

通过命令adb shell am start -W -n 包名/activity 

 

热启动停止

adb shell input keyevent 3 

 

posted @ 2020-04-13 10:48  反着来就对了  阅读(194)  评论(0编辑  收藏  举报