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

Commit d74ca7a1 authored by Kean Mariotti's avatar Kean Mariotti
Browse files

wm tracing: add flags for perfetto migration

Flag: EXEMPT adding flag
Test: n/a
Bug: 323165543
Change-Id: Icfe7f47f4c753cf3436f4cf3adf45a16b2083a7d
parent fddff9e6
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -47,6 +47,22 @@ flag {
    bug: "323165543"
}

flag {
    name: "perfetto_wm_dump"
    namespace: "windowing_tools"
    description: "Migrate WindowManager dump to Perfetto"
    is_fixed_read_only: true
    bug: "323165543"
}

flag {
    name: "perfetto_wm_dump_cts"
    namespace: "windowing_tools"
    description: "Migrate WindowManager dump in CTS tests to Perfetto"
    is_fixed_read_only: true
    bug: "323165543"
}

flag {
    name: "client_side_proto_logging"
    namespace: "windowing_tools"