Android 冷启动时间检测

Android 冷启动时间检测

//开始检测启动时间
Debug.startMethodTracing(base.getExternalCacheDir()+"/provider.trace",50*1024*1024);

//结束检测时间
 Debug.stopMethodTracing()
posted @ 2023-04-27 01:13  c-若曦  阅读(56)  评论(0)    收藏  举报