This message is used to verify that this feed (feedId:100158248178621440) belongs to me (userId:78605018241598464). Join me in enjoying the…
安卓官方文档: 应用启动时间 | App quality | Android Developers (google.cn)
启动时间统计
1. 使用 perfetto
2 使用命令
Copy
>adb shell am start -S -W com.xiaopeng…
1. 使用 perfetto 抓 trace Copy
adb shell setprop persist.traced.enable 1
使用 adb 命令抓取
通过 adb 把配置推送到手机:
adb push perfetto.pbtx /data/local/tmp…