summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-03 19:14:18 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-03 19:14:18 +0000
commite1da20f9096fc242b93aa37e27f64321ece45d66 (patch)
treef797d98173185ad1e3240ba7653ea59b4400f76e
parente3f939e4a321b8c07d5d1149bf7dd29efe34b88b (diff)
parent0fba97d295347637e8f44cc4691a027683f5c031 (diff)
downloadextras-e1da20f9096fc242b93aa37e27f64321ece45d66.tar.gz
Opt adbd and init out of property-watcher thread am: 0fba97d295
Change-Id: Ic427f3b0720c3451f8666bf33fa3eff9e7270e1b
-rw-r--r--toolchain-extras/profile-extras.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain-extras/profile-extras.cpp b/toolchain-extras/profile-extras.cpp
index cdb19e8f..b7a9318a 100644
--- a/toolchain-extras/profile-extras.cpp
+++ b/toolchain-extras/profile-extras.cpp
@@ -73,6 +73,8 @@ static char prop_watch_disabled_procs[][128] = {
"zygote32",
"app_process",
"app_process32",
+ "adbd",
+ "init",
};
static size_t prop_watch_num_disabled_procs = \