上传日志后删除临时文件

hdrplus
Matthew 12 months ago
parent 8a5fd79d20
commit 13644babc2

@ -969,8 +969,9 @@ public class AppMaster {
if (response != null) { if (response != null) {
} }
file.delete();
} catch (Exception ex) { } catch (Exception ex) {
ex.printStackTrace();
} }
} }

Loading…
Cancel
Save