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

Commit 4edad0fa authored by Shai Barack's avatar Shai Barack
Browse files

Remove flag `message_queue_force_legacy`

The holdback study was concluded.

Bug: 384796380
Change-Id: I1780803c0f3006bb5376a44fcce95bb0a358a3a9
Flag: EXEMPT deleting a deprecated flag
parent d9f8e5f2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -178,11 +178,6 @@ public final class MessageQueue {

        // We can lift these restrictions in the future after we've made it possible for test
        // authors to test Looper and MessageQueue without resorting to reflection.

        // Holdback study.
        if (sIsProcessAllowedToUseConcurrent && Flags.messageQueueForceLegacy()) {
            sIsProcessAllowedToUseConcurrent = false;
        }
    }

    @RavenwoodReplace
+0 −9
Original line number Diff line number Diff line
@@ -3,15 +3,6 @@ container: "system"
container: "system"

# keep-sorted start block=yes newline_separated=yes
flag {
     # Holdback study for concurrent MessageQueue.
     # Do not promote beyond trunkfood.
     namespace: "system_performance"
     name: "message_queue_force_legacy"
     description: "Whether to holdback concurrent MessageQueue (force legacy)."
     bug: "336880969"
}

flag {
    name: "adpf_gpu_report_actual_work_duration"
    is_exported: true