提交 34ccd775 编写于 作者: H hzhuangqingbin

change the name of PerformanceMonitor.csv

上级 8fdb357f
......@@ -143,8 +143,9 @@ public class PerformanceMonitor {
dir = context.getFilesDir().getPath() + File.separator + toolName;
}
// resultFilePath = dir + File.separator + toolName + "-" + mDateTime + ".csv";
resultFilePath = dir + File.separator + toolName + "-" + Build.VERSION.SDK_INT + "-"
+ Build.MODEL.replace(" ", "-") + "-PerformanceMonitor" + ".csv";
// resultFilePath = dir + File.separator + toolName + "-" + Build.VERSION.SDK_INT + "-"
// + Build.MODEL.replace(" ", "-") + "-PerformanceMonitor" + ".csv";
resultFilePath = dir + File.separator + "PerformanceMonitor.csv"; // 这边的性能文件命名改简单一点
try {
// 创建目录
File fileDir = new File(dir);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册