diff options
| author | 2024-04-30 07:44:22 +0000 | |
|---|---|---|
| committer | 2024-04-30 07:44:22 +0000 | |
| commit | 19dd37f1864b5c68604c427af4bd513c282d3dc2 (patch) | |
| tree | fee0336a5f421862c17411ffcff6043e4310869b | |
| parent | d725ff4f8fa2fc59960523fb6e01a4668c5dcdfc (diff) | |
| parent | adadcee34a42f73736d24666ae9bc4b8137ab116 (diff) | |
Merge "Add a feature flag to log the component state." into main
| -rw-r--r-- | core/java/android/content/pm/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig index 6158917cc7df..205f1e9c1f5c 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -240,3 +240,11 @@ flag { bug: "297603927" is_fixed_read_only: true } + +flag { + name: "component_state_changed_metrics" + namespace: "package_manager_service" + description: "Feature flag to log the metrics when the component state is changed." + bug: "316916801" + is_fixed_read_only: true +} |