diff options
| author | 2023-11-14 00:13:40 +0000 | |
|---|---|---|
| committer | 2023-11-14 00:13:40 +0000 | |
| commit | 8573e3dca8dd9c6e7d0de98defb51fb09bfdbe09 (patch) | |
| tree | 7059635283d560ddec18f29bbf319125295aa236 | |
| parent | 5983e9a4ab58687350dd59b8461addeef8fd9bb2 (diff) | |
| parent | fc9ba4aa6ed6a5559c79b7eec15fe943ce98dac1 (diff) | |
Merge "New aconfig flag for coroutine tracing" into main
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index aebdaaba3ce1..e340209afbb8 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -107,8 +107,16 @@ flag { } flag { - name: "qs_new_pipeline" - namespace: "systemui" - description: "Use the new pipeline for Quick Settings. Should have no behavior changes." - bug: "241772429" + name: "qs_new_pipeline" + namespace: "systemui" + 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 |