减少日志裁剪阈值至25KB,确保剪贴板可完整复制日志内容
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat May 16 09:15:15 GMT 2026
|
||||
#Sun May 17 01:20:06 CST 2026
|
||||
stageCount=10
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.9
|
||||
buildCount=7
|
||||
buildCount=15
|
||||
baseBetaVersion=15.20.10
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat May 16 09:15:15 GMT 2026
|
||||
#Sun May 17 01:20:06 CST 2026
|
||||
stageCount=10
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.9
|
||||
buildCount=7
|
||||
buildCount=15
|
||||
baseBetaVersion=15.20.10
|
||||
|
||||
@@ -135,7 +135,7 @@ public class LogUtils {
|
||||
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 fileSize = _mfLogCatchFile.length();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user