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