Adb 命令
时间:2017-08-24 22:21:59
收藏:0
阅读:336
#启动app
adb shell am start -W -n com.sec.android.app.sbrowser/.SBrowserMainActivity
#关闭app
adb shell am force-stop com.sec.android.app.sbrowser
#cpu监控
adb shell dumpsys cpuinfo | grep package名
原文:http://www.cnblogs.com/aqiuarcadia/p/7425386.html
评论(0)