summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-17 03:44:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-17 03:44:56 +0000
commit8da16c26aeb461787c4f9ea9c14c1c01f90a1be1 (patch)
tree945e699acb96f3ba6995b3c206c0890472fd1a06
parent21f7cd36e46c910b8d7f15748ceb5ed12416e1c0 (diff)
parentd22e1c74a771a5ded3e8278f609decd464bca64b (diff)
downloadextras-8da16c26aeb461787c4f9ea9c14c1c01f90a1be1.tar.gz
Merge "profcollect: Change config namespace to aconfig_flags.profcollect_native_boot" into main
-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 =