Compare commits
3 Commits
appbase-v2
...
appbase-v2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
482f289df3 | ||
|
|
28ab4e2859 | ||
|
|
fd0cb05812 |
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Mar 08 03:54:56 HKT 2025
|
||||
stageCount=4
|
||||
#Sat Mar 08 04:46:23 HKT 2025
|
||||
stageCount=5
|
||||
libraryProject=libappbase
|
||||
baseVersion=2.1
|
||||
publishVersion=2.1.3
|
||||
publishVersion=2.1.4
|
||||
buildCount=0
|
||||
baseBetaVersion=2.1.4
|
||||
baseBetaVersion=2.1.5
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Mar 08 03:54:56 HKT 2025
|
||||
stageCount=4
|
||||
#Sat Mar 08 04:46:23 HKT 2025
|
||||
stageCount=5
|
||||
libraryProject=libappbase
|
||||
baseVersion=2.1
|
||||
publishVersion=2.1.3
|
||||
publishVersion=2.1.4
|
||||
buildCount=0
|
||||
baseBetaVersion=2.1.4
|
||||
baseBetaVersion=2.1.5
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user