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

Commit e4b7dd6c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reduce the pre-watchdog timeout to be 1/4 of the full timeout" into main

parents 9dda4cc1 d8eff0d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ public class Watchdog implements Dumpable {
    // will be half the full timeout).
    //
    // The pre-watchdog event is similar to a full watchdog except it does not crash system server.
    private static final int PRE_WATCHDOG_TIMEOUT_RATIO = 3;
    private static final int PRE_WATCHDOG_TIMEOUT_RATIO = 4;

    // These are temporally ordered: larger values as lateness increases
    static final int COMPLETED = 0;