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

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

Merge "Rename the AnrTimer trunk-stable flag" into main

parents ca6cce5a 52edb583
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ public class AnrTimer<V> implements AutoCloseable {
     * but it can be changed for local testing.
     */
    private static boolean anrTimerServiceEnabled() {
        return Flags.anrTimerServiceEnabled();
        return Flags.anrTimerService();
    }

    /**
+1 −1
Original line number Diff line number Diff line
package: "com.android.server.utils"

flag {
     name: "anr_timer_service_enabled"
     name: "anr_timer_service"
     namespace: "system_performance"
     is_fixed_read_only: true
     description: "Feature flag for the ANR timer service"