mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Improved logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user