summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2022-01-27 22:42:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-01-27 22:42:54 +0000
commit83d05f1329e42743b2699fd2e035c4d75efa643c (patch)
tree0eb4c87de8d89d4546799701f14fce74323a8b68
parent5cf73b1ea29b1f6135f4f43a649084971c31908c (diff)
parent71a1ebdef4cd528bcff4b84f9cf7fe65ab435e5f (diff)
downloadextras-83d05f1329e42743b2699fd2e035c4d75efa643c.tar.gz
Merge "simpleperf: start simpleperf boot-record at zygote-start stage."
-rw-r--r--simpleperf/simpleperf.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/simpleperf.rc b/simpleperf/simpleperf.rc
index 213b6fae..928e9d34 100644
--- a/simpleperf/simpleperf.rc
+++ b/simpleperf/simpleperf.rc
@@ -1,3 +1,3 @@
-on boot && property:ro.debuggable=1 && property:persist.simpleperf.boot_record=*
+on zygote-start && property:ro.debuggable=1 && property:persist.simpleperf.boot_record=*
exec_background /system/bin/simpleperf boot-record --log-to-android-buffer --record "${persist.simpleperf.boot_record}"