查看启动时间
adb shell am start -W 包名/完整启动activity类名
统计页面的启动时间
adb logcat -s ActivityManager | grep "Displayed"
查看顶层activity
adb shell dumpsys activity | findstr "mFocusedActivity"
8.0以上用
adb shell dumpsys activity | findstr "mResumedActivity"
替换成grep也行
Android—ADB命令大结局
https://www.jianshu.com/p/980fea2c9457
网友评论