1package: "android.tracing" 2container: "system" 3 4flag { 5 name: "perfetto_transition_tracing" 6 namespace: "windowing_tools" 7 description: "Move transition tracing to Perfetto" 8 bug: "309630341" 9} 10 11flag { 12 name: "perfetto_protolog_tracing" 13 namespace: "windowing_tools" 14 description: "Migrate protolog to Perfetto" 15 bug: "276432490" 16 is_fixed_read_only: true 17} 18 19flag { 20 name: "perfetto_ime_tracing" 21 namespace: "windowing_tools" 22 description: "Migrate IME tracing to Perfetto" 23 bug: "276433199" 24} 25 26flag { 27 name: "perfetto_ime" 28 namespace: "windowing_tools" 29 description: "Migrate IME tracing to Perfetto" 30 is_fixed_read_only: true 31 bug: "276433199" 32} 33 34flag { 35 name: "perfetto_view_capture_tracing" 36 namespace: "windowing_tools" 37 description: "Migrate ViewCapture tracing to Perfetto" 38 is_fixed_read_only: true 39 bug: "323166383" 40} 41