mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Add keep alive wait to log
This commit is contained in:
@@ -954,7 +954,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
try {
|
||||
// Keep store alive
|
||||
while (state.running) {
|
||||
Log.i(Helper.TAG, account.name + " wait");
|
||||
EntityLog.log(this, account.name + " wait=" + account.poll_interval);
|
||||
|
||||
synchronized (state) {
|
||||
try {
|
||||
state.wait(account.poll_interval * 60 * 1000L);
|
||||
|
||||
Reference in New Issue
Block a user