1package: "android.os.profiling"
2container: "com.android.profiling"
3
4flag {
5     name: "telemetry_apis"
6     is_exported: true
7     namespace: "system_performance"
8     description: "Control API portion of telemetry APIs feature."
9     is_fixed_read_only: true
10     bug: "293957254"
11}
12
13flag {
14     name: "redaction_enabled"
15     namespace: "system_performance"
16     is_exported: true
17     description: "Enables system traces to be ran through redaction process."
18     bug: "327423523"
19     metadata {
20        purpose: PURPOSE_BUGFIX
21     }
22}
23
24flag {
25     name: "persist_queue"
26     namespace: "system_performance"
27     is_exported: true
28     description: "Enables profiling queue persist and restore."
29     bug: "342435438"
30}
31
32flag {
33     name: "system_triggered_profiling_new"
34     namespace: "system_performance"
35     is_exported: true
36     description: "Enables system triggered profiling apis and functionality."
37     is_fixed_read_only: true
38     bug: "373461116"
39}
40