| # Copyright (C) 2024 The Android Open Source Project |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| package: "android.os.profiling" |
| container: "com.android.profiling" |
| |
| flag { |
| name: "telemetry_apis" |
| is_exported: true |
| namespace: "system_performance" |
| description: "Control API portion of telemetry APIs feature." |
| is_fixed_read_only: true |
| bug: "293957254" |
| } |
| |
| flag { |
| name: "redaction_enabled" |
| namespace: "system_performance" |
| is_exported: true |
| description: "Enables system traces to be ran through redaction process." |
| bug: "327423523" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "persist_queue" |
| namespace: "system_performance" |
| is_exported: true |
| description: "Enables profiling queue persist and restore." |
| bug: "342435438" |
| } |
| |
| flag { |
| name: "system_triggered_profiling_new" |
| namespace: "system_performance" |
| is_exported: true |
| description: "Enables system triggered profiling apis and functionality." |
| is_fixed_read_only: true |
| bug: "373461116" |
| } |
| |
| flag { |
| name: "profiling_25q4" |
| namespace: "system_performance" |
| is_exported: true |
| description: "Enables new functionality for 25Q4 including new triggers and add all triggers api." |
| bug: "406809160" |
| } |
| |
| flag { |
| name: "profiling_trigger_kill_recents" |
| namespace: "system_performance" |
| is_exported: true |
| description: "Enables the kill recents trigger." |
| bug: "406809160" |
| } |