修复日志时间显示BUG
This commit is contained in:
parent
fd0cb05812
commit
28ab4e2859
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Mar 08 03:55:13 HKT 2025
|
||||
#Fri Mar 07 20:44:02 GMT 2025
|
||||
stageCount=4
|
||||
libraryProject=libappbase
|
||||
baseVersion=2.1
|
||||
publishVersion=2.1.3
|
||||
buildCount=0
|
||||
buildCount=3
|
||||
baseBetaVersion=2.1.4
|
||||
|
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Mar 08 03:54:56 HKT 2025
|
||||
#Fri Mar 07 20:44:02 GMT 2025
|
||||
stageCount=4
|
||||
libraryProject=libappbase
|
||||
baseVersion=2.1
|
||||
publishVersion=2.1.3
|
||||
buildCount=0
|
||||
buildCount=3
|
||||
baseBetaVersion=2.1.4
|
||||
|
@ -38,7 +38,7 @@ public class LogUtils {
|
||||
static volatile boolean _IsInited = false;
|
||||
static Context _mContext;
|
||||
// 日志显示时间格式
|
||||
static SimpleDateFormat mSimpleDateFormat = new SimpleDateFormat("[yyyyMMdd_HHmmSS]", Locale.getDefault());
|
||||
static SimpleDateFormat mSimpleDateFormat = new SimpleDateFormat("[yyyyMMdd_HHmmss_SSS]", Locale.getDefault());
|
||||
// 应用日志文件夹
|
||||
static File _mfLogCacheDir;
|
||||
static File _mfLogDataDir;
|
||||
|
Loading…
x
Reference in New Issue
Block a user