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

Commit 52edb583 authored by Lee Shombert's avatar Lee Shombert
Browse files

Rename the AnrTimer trunk-stable flag

Rename the AnrTimer trunk-stable flag because the original one has a
corrupted workflow.

Test: atest
 * FrameworksServicesTests:AnrTimerTest

Bug: 282428924
Change-Id: I44c3d9faf2f7a24cdbd7e2e9b4637c084763be1d
parent 2014926d
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"