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

Commit ce2b23de authored by Olivier Gaillard's avatar Olivier Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Decrease the pre-watchdog timeout to capture more issues." into main

parents 65f35f94 75ecf888
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -103,7 +103,7 @@ public class Watchdog implements Dumpable {
    // will be half the full timeout).
    // will be half the full timeout).
    //
    //
    // The pre-watchdog event is similar to a full watchdog except it does not crash system server.
    // 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 = 2;
    private static final int PRE_WATCHDOG_TIMEOUT_RATIO = 3;


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