标签:main 启动 UI oid sys 关闭 cti pac shell
#启动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名
标签:main 启动 UI oid sys 关闭 cti pac shell
原文地址:http://www.cnblogs.com/aqiuarcadia/p/7425386.html