Blankj / AndroidUtilCode

:fire: Android developers should collect the following utils(updating).
https://blankj.com/2016/07/31/android-utils-code/
Apache License 2.0
33.36k stars 10.69k forks source link

日志文件超过设置的保存时间没有被清除 #977

Closed wudilun closed 5 years ago

wudilun commented 5 years ago

Describe the bug

日志文件超过设置的保存时间没有被删除

The code of bug

LogUtils.getConfig() .setLog2FileSwitch(true) .setDir(path) .setFilePrefix(AppConfig.LOG_NAME) .setBorderSwitch(false) .setLogHeadSwitch(false) .setSaveDays(AppConfig.LOG_SAVE_DAYS);

Screenshots

image return返回false

Blankj commented 5 years ago

name 是什么啊那么

wudilun commented 5 years ago

name 是什么啊那么

name:VersionUpdate-2019-05-22-com.nbpt.www.versionupdate.txt CONFIG.getFilePrefix()-->VersionUpdate

Blankj commented 5 years ago

这个是因为版本有过更新,以前是 - 分割,现在是 _ 分割导致的。以前的就不要管了吧,新版本之后会起作用的。