summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/java/android/content/pm/flags.aconfig8
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
+}