summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kevin Jeon <kevinjeon@google.com> 2023-10-12 17:22:30 -0400
committer Kevin Jeon <kevinjeon@google.com> 2023-10-12 17:22:30 -0400
commitd017095f38aa58e419e5606ad7c76345187f826d (patch)
treebc80d53cd35308eaa46e65667a1651bff246ced8
parent43221a63aacf64947d6150f08ca54080d7e0a421 (diff)
Fix flag namespace for AppProfiler PSS flag
This change updates the flag namespace from android_platform_power_optimization to power_optimization. The former is the name of the gantry project, while the latter is the namespace that maps to it. Test: n/a Bug: 297542292 Bug: 303903294 Change-Id: Id6d571bc65e73cd63885c6e5aba8a63b7b832346
-rw-r--r--core/java/android/os/flags.aconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/flags.aconfig b/core/java/android/os/flags.aconfig
index a95e66d9eb04..0d8def71039b 100644
--- a/core/java/android/os/flags.aconfig
+++ b/core/java/android/os/flags.aconfig
@@ -9,7 +9,7 @@ flag {
flag {
name: "remove_app_profiler_pss_collection"
- namespace: "android_platform_power_optimization"
+ namespace: "power_optimization"
description: "Replaces background PSS collection in AppProfiler with RSS"
bug: "297542292"
}