summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-06-06 18:02:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-06-06 18:02:10 +0000
commitecddd834da99bf957972bed4e8d79628c13fe921 (patch)
tree52d392e7eab35b74be3f05a91814e02e2c516608
parent6d2cbfe3d517705f510bb9440ef0de22790436cd (diff)
parent87d1a3bfba5bba715eed9d1b254bfa02282bf39f (diff)
downloadextras-ecddd834da99bf957972bed4e8d79628c13fe921.tar.gz
Merge "Opt adbd and init out of property-watcher thread"android-o-mr1-iot-release-1.0.13
-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 = \