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

Commit fc9ba4aa authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

New aconfig flag for coroutine tracing

Test: atest SystemUI
Bug: 289353932
Flag: ACONFIG com.android.systemui.coroutine_tracing DISABLED
Change-Id: I78a9132489df5adf25de5d61f46945e581d8f5e8
parent c79d8a74
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