1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-23 16:25:30 +00:00

Log daily cleanup

This commit is contained in:
M66B 2018-09-05 19:02:54 +00:00
parent c0d4b7001a
commit 403fce8b52

View file

@ -53,6 +53,7 @@ public class JobDaily extends JobService {
@Override
public boolean onStartJob(JobParameters args) {
Log.i(Helper.TAG, "Starting daily job");
EntityLog.log(this, "Daily cleanup");
final DB db = DB.getInstance(this);