mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
174d482e75
commit
071df98e71
|
@ -375,8 +375,10 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
}
|
||||
|
||||
if (!runService && lastQuitId != lastEventId) {
|
||||
EntityLog.log(ServiceSynchronize.this, "### quitting" +
|
||||
" run=" + runService +
|
||||
" startId=" + lastQuitId + "/" + lastEventId);
|
||||
lastQuitId = lastEventId;
|
||||
EntityLog.log(ServiceSynchronize.this, "### quitting startId=" + lastEventId);
|
||||
quit(lastEventId);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue