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