adb命令

adb logcat |grep -i ActivityManager -i  不区分⼤小写 , 

am ==ActivityManager 可以启动

adb logcat |grep -i ActivityManager.*Displayed  显示当前app的activity

adb shell am force-stop apk包名 强制杀死apk进程

posted @ 2018-04-27 17:13  雪如歌  阅读(233)  评论(0编辑  收藏  举报