adb查看appactivity

 

借鉴:https://blog.csdn.net/wangjicong_215/article/details/79744599

 

8.1之前

window 通过adb shell dumpsys activity | findstr “mFocus”
Linux 通过adb shell dumpsys activity | grep “mFocus”

 

8.1之后

window 通过adb shell dumpsys activity | findstr “mResume”

Linux 通过adb shell dumpsys activity | grep “mResume”

adb查看appactivity

上一篇:【金融】小米商城信用卡分期支付业务流程


下一篇:【iOS 知识汇】NSInteger 等其实不是类