Record max idle time

This commit is contained in:
M66B
2019-12-28 19:47:18 +01:00
parent 2b1459ef14
commit d11d15d771
2 changed files with 17 additions and 0 deletions

View File

@@ -1020,6 +1020,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
while (ifolder.isOpen() && state.isRunning() && state.isRecoverable()) {
Log.i(folder.name + " do idle");
ifolder.idle(false);
state.activity();
}
} catch (Throwable ex) {
Log.e(folder.name, ex);