mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 20:12:23 +08:00
合并 APPBase 项目
This commit is contained in:
@@ -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