标签: android performance android-activity
ActivityManager会自动向logcat打印系统绘制Activity所需的总时间:
ActivityManager
Activity
ActivityManager: Displayed com.example.SomeActivity: +500ms (total +1s500ms)
有没有办法订阅此活动并在应用程序本身中获取这些值?