Queue useful work only

pull/146/head
M66B 6 years ago
parent 6f49e81c0c
commit f5ee1c2953

@ -2440,6 +2440,9 @@ public class ServiceSynchronize extends LifecycleService {
final boolean doStop = started;
final boolean doStart = (start && isEnabled() && suitableNetwork());
if (!doStop && !doStart)
return;
EntityLog.log(ServiceSynchronize.this, "Queue reload " +
" doStop=" + doStop + " doStart=" + doStart + " queued=" + queued + " " + reason);

Loading…
Cancel
Save