Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f93afa3 authored by Varun Shah's avatar Varun Shah
Browse files

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

Bug: 165011202
Test: n/a
Change-Id: Ie3a70f29f1ea0fa56bce257223f8d3a86fc8a623
parent f093b530
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.