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

Commit 3ab091c2 authored by bpetrivs's avatar bpetrivs Committed by android-build-merger
Browse files

Merge "Increase RescueParty boot loop detection window from 5 to 10 mins." into qt-dev

am: 0df9b051

Change-Id: Ie50e858440900cd1a347ce5fd3e3379d93b100a9
parents a1c96ed0 0df9b051
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -72,8 +72,12 @@ public class RescueParty {
    static final int LEVEL_FACTORY_RESET = 4;
    @VisibleForTesting
    static final String PROP_RESCUE_BOOT_COUNT = "sys.rescue_boot_count";
    /**
     * The boot trigger window size must always be greater than Watchdog's deadlock timeout
     * {@link Watchdog#DEFAULT_TIMEOUT}.
     */
    @VisibleForTesting
    static final long BOOT_TRIGGER_WINDOW_MILLIS = 300 * DateUtils.SECOND_IN_MILLIS;
    static final long BOOT_TRIGGER_WINDOW_MILLIS = 600 * DateUtils.SECOND_IN_MILLIS;
    @VisibleForTesting
    static final long PERSISTENT_APP_CRASH_TRIGGER_WINDOW_MILLIS = 30 * DateUtils.SECOND_IN_MILLIS;
    @VisibleForTesting