Loading services/core/java/com/android/server/content/SyncManager.java +1 −3 Original line number Diff line number Diff line Loading @@ -2757,9 +2757,7 @@ public class SyncManager { } else { Log.d(TAG, "failed sync operation " + syncOperation + ", " + syncResult); // the operation failed so increase the backoff time if (!syncResult.syncAlreadyInProgress) { increaseBackoffSetting(syncOperation); } // reschedule the sync if so indicated by the syncResult maybeRescheduleSync(syncResult, syncOperation); historyMessage = ContentResolver.syncErrorToString( Loading Loading
services/core/java/com/android/server/content/SyncManager.java +1 −3 Original line number Diff line number Diff line Loading @@ -2757,9 +2757,7 @@ public class SyncManager { } else { Log.d(TAG, "failed sync operation " + syncOperation + ", " + syncResult); // the operation failed so increase the backoff time if (!syncResult.syncAlreadyInProgress) { increaseBackoffSetting(syncOperation); } // reschedule the sync if so indicated by the syncResult maybeRescheduleSync(syncResult, syncOperation); historyMessage = ContentResolver.syncErrorToString( Loading