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

Commit 8cfa5324 authored by Lee Shombert's avatar Lee Shombert Committed by Android (Google) Code Review
Browse files

Merge "Disable the AnrTimer freezer for broadcast ANRs" into main

parents 4a8eebde ad0d40ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ public abstract class AnrTimer<V> implements AutoCloseable {
     * per-service basis.
     */
    private static boolean freezerFeatureEnabled() {
        return Flags.anrTimerFreezer();
        return false;
    }

    /**