summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2024-04-17 00:24:50 +0000
committerYi Kong <yikong@google.com>2024-04-17 00:24:50 +0000
commitd22e1c74a771a5ded3e8278f609decd464bca64b (patch)
tree945e699acb96f3ba6995b3c206c0890472fd1a06
parent21f7cd36e46c910b8d7f15748ceb5ed12416e1c0 (diff)
downloadextras-d22e1c74a771a5ded3e8278f609decd464bca64b.tar.gz
profcollect: Change config namespace to aconfig_flags.profcollect_native_boot
Trunk stable now puts flags under aconfig_flags. Change-Id: I16f7c84b2f56793f10134e82e9a5c66f49425725 Test: manual
-rw-r--r--profcollectd/libprofcollectd/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/profcollectd/libprofcollectd/config.rs b/profcollectd/libprofcollectd/config.rs
index d686cbaa..af714242 100644
--- a/profcollectd/libprofcollectd/config.rs
+++ b/profcollectd/libprofcollectd/config.rs
@@ -27,7 +27,7 @@ use std::path::Path;
use std::str::FromStr;
use std::time::Duration;
-const PROFCOLLECT_CONFIG_NAMESPACE: &str = "profcollect_native_boot";
+const PROFCOLLECT_CONFIG_NAMESPACE: &str = "aconfig_flags.profcollect_native_boot";
const PROFCOLLECT_NODE_ID_PROPERTY: &str = "persist.profcollectd.node_id";
const DEFAULT_BINARY_FILTER: &str =