NEW: limit log files within 30 by deleting old files

Change-Id: I1bb5c827c7fb01d97b84a4a1bf3f905bb8e90448
(cherry picked from commit 065ef224357352851cbba2c0dcac131ea9acae82)
This commit is contained in:
tao.jin 2022-09-27 12:38:06 +08:00 committed by Lane.Wei
parent 6f01c4841d
commit 5179b745e1
2 changed files with 26 additions and 0 deletions

View file

@ -26,6 +26,7 @@
#define BBL_HAS_FIRST_PAGE 1
#define STUDIO_INACTIVE_TIMEOUT 15*60*1000
#define LOG_FILES_MAX_NUM 30
class wxMenuItem;
class wxMenuBar;