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

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

ime tracing: add read-only flag for perfetto migration

Bug: 276433199
Test: N/A
Change-Id: If84e614531e8f2ed5f033e76eaaa6bc2cf08e67f
parent a2265465
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -22,3 +22,11 @@ flag {
    description: "Migrate IME tracing to Perfetto"
    bug: "276433199"
}

flag {
    name: "perfetto_ime"
    namespace: "windowing_tools"
    description: "Migrate IME tracing to Perfetto"
    is_fixed_read_only: true
    bug: "276433199"
}