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

Commit e14db2c5 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."...

Merge "Increase RescueParty boot loop detection window from 5 to 10 mins." into qt-dev am: 0df9b051
am: 3ab091c2

Change-Id: I489919bacf7f6be3b506492a51f4f41dc25957ee
parents 6e6cbbc0 3ab091c2
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