Adb 命令

#启动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名

posted on 2017-08-24 21:38  aqiu  阅读(118)  评论(0编辑  收藏  举报

导航