Re-enable WTFs in SyncManager for account-related errors.

Bug: 165011202
Test: n/a
Change-Id: Ie3a70f29f1ea0fa56bce257223f8d3a86fc8a623
This commit is contained in:
Varun Shah
2020-10-26 16:17:07 -07:00
parent f093b5303e
commit 6f93afa353

View File

@@ -210,7 +210,7 @@ public class SyncManager {
private static final String HANDLE_SYNC_ALARM_WAKE_LOCK = "SyncManagerHandleSyncAlarm";
private static final String SYNC_LOOP_WAKE_LOCK = "SyncLoopWakeLock";
private static final boolean USE_WTF_FOR_ACCOUNT_ERROR = false;
private static final boolean USE_WTF_FOR_ACCOUNT_ERROR = true;
private static final int SYNC_OP_STATE_VALID = 0;
// "1" used to include errors 3, 4 and 5 but now it's split up.