合并 APPBase 项目, 调试:模块[appbase] 远程分支最新Commit = 74299bf9b2

This commit is contained in:
qinglong
2026-05-17 13:00:02 +08:00
parent e3166b639e
commit 33dc49267e
3 changed files with 11 additions and 11 deletions

View File

@@ -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();