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