补充异常日志内容
This commit is contained in:
@@ -57,7 +57,7 @@ public class LogUtil {
|
||||
if (file.exists()) {
|
||||
Log.i("异常上传", "pushError: 准备上传文件");
|
||||
String err = FileUtil.loadStringToFile(file);
|
||||
String time = matcher(".(?<=time\\=).*(?=\\nUserData\\=)", err);
|
||||
String time = matcher(".(?<=time\\=).*(?=\\AndroidVersion\\=)", err);
|
||||
if(time!=null){
|
||||
time=time.replace("=","");
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user