mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Log: Delete old Download Central logs
This commit is contained in:
parent
3ebc338797
commit
5b2f3136a2
@ -30,8 +30,8 @@ public class Xoa_app_ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
public static final String Name = "xowa";
|
public static final String Name = "xowa";
|
||||||
public static final int Version_id = 517;
|
public static final int Version_id = 518;
|
||||||
public static final String Version = "4.3.2.1703";
|
public static final String Version = "4.4.0.1703";
|
||||||
public static String Build_date = "2012-12-30 00:00:00";
|
public static String Build_date = "2012-12-30 00:00:00";
|
||||||
public static String Build_date_fmt = "yyyy-MM-dd HH:mm:ss";
|
public static String Build_date_fmt = "yyyy-MM-dd HH:mm:ss";
|
||||||
public static String Op_sys_str;
|
public static String Op_sys_str;
|
||||||
|
@ -72,9 +72,11 @@ public class Xoa_gui_mgr implements Gfo_evt_itm, Gfo_invk {
|
|||||||
menu_mgr.Init_by_app(app);
|
menu_mgr.Init_by_app(app);
|
||||||
if (app.Mode().Tid_is_gui()) {
|
if (app.Mode().Tid_is_gui()) {
|
||||||
app.Gui__cbk_mgr().Reg(new gplx.xowa.guis.cbks.swts.Xog_cbk_wkr__swt(this));
|
app.Gui__cbk_mgr().Reg(new gplx.xowa.guis.cbks.swts.Xog_cbk_wkr__swt(this));
|
||||||
|
Io_url gfo_log_dir = app.Fsys_mgr().Root_dir().GenSubDir_nest("user", "anonymous", "app", "tmp", "xolog");
|
||||||
Gfo_log_.Instance__set(new gplx.xowa.guis.cbks.swts.Gfo_log__swt(app.Gui__cbk_mgr()
|
Gfo_log_.Instance__set(new gplx.xowa.guis.cbks.swts.Gfo_log__swt(app.Gui__cbk_mgr()
|
||||||
, Gfo_log_.New_url(app.Fsys_mgr().Root_dir().GenSubDir_nest("user", "anonymous", "app", "tmp", "xolog"))
|
, Gfo_log_.New_url(gfo_log_dir)
|
||||||
, new gplx.core.logs.Gfo_log_itm_wtr__csv()));
|
, new gplx.core.logs.Gfo_log_itm_wtr__csv()));
|
||||||
|
gplx.core.logs.Gfo_log__file.Delete_old_files(gfo_log_dir, Gfo_log_.Instance);
|
||||||
}
|
}
|
||||||
win_cfg.Init_by_app(app);
|
win_cfg.Init_by_app(app);
|
||||||
nightmode_mgr.Init_by_app(app);
|
nightmode_mgr.Init_by_app(app);
|
||||||
|
Loading…
Reference in New Issue
Block a user