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

Commit 8573e3dc authored by Peter Kalauskas's avatar Peter Kalauskas Committed by Android (Google) Code Review
Browse files

Merge "New aconfig flag for coroutine tracing" into main

parents 5983e9a4 fc9ba4aa
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -112,3 +112,11 @@ flag {
    description: "Use the new pipeline for Quick Settings. Should have no behavior changes."
    bug: "241772429"
}

flag {
    name: "coroutine_tracing"
    namespace: "systemui"
    description: "Adds thread-local data to System UI's global coroutine scopes to "
        "allow for tracing of coroutine continuations using System UI's tracinglib"
    bug: "289353932"
}
 No newline at end of file