响应时间
UI性能检测常用办法
app启动
adb shell am force-stop com.xueqiu.android
adb shell am start -S -W com.xueqiu.android/.view.WelcomeActivityAlias
adb logcat |grep -i activitymanager.*Displayed
App性能测试
原文:https://www.cnblogs.com/QaStudy/p/11616921.html