合并 APPBase 项目, 调试:模块[appbase] 远程分支最新Commit = 74299bf9b2
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat May 16 09:15:15 GMT 2026
|
#Sun May 17 02:08:10 HKT 2026
|
||||||
stageCount=10
|
stageCount=11
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.9
|
publishVersion=15.20.10
|
||||||
buildCount=7
|
buildCount=0
|
||||||
baseBetaVersion=15.20.10
|
baseBetaVersion=15.20.11
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat May 16 09:15:15 GMT 2026
|
#Sun May 17 02:07:57 HKT 2026
|
||||||
stageCount=10
|
stageCount=11
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.9
|
publishVersion=15.20.10
|
||||||
buildCount=7
|
buildCount=0
|
||||||
baseBetaVersion=15.20.10
|
baseBetaVersion=15.20.11
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ public class LogUtils {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
final long KEEP_FILE_SIZE = 512000L; // 500K
|
final long KEEP_FILE_SIZE = 25000L; // ~25KB 确保剪贴板可完整复制
|
||||||
final long MAX_FILE_SIZE = 2*KEEP_FILE_SIZE;
|
final long MAX_FILE_SIZE = 2*KEEP_FILE_SIZE;
|
||||||
final long fileSize = _mfLogCatchFile.length();
|
final long fileSize = _mfLogCatchFile.length();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user