From f8532445b4c2c693d6c4e8794a7d9a69da1e0a5f Mon Sep 17 00:00:00 2001 From: Keun-young Park Date: Thu, 20 Apr 2017 12:35:45 -0700 Subject: [PATCH] early start zygote_secondary as well - late start of zygote_secondary leads into occasional 1 second wait for starting system service. - Early start secondary zygote so that there is no additional wait. bug: 37508384 Test: python packages/services/Car/tools/bootanalyze/bootanalyze.py -r -c packages/services/Car/tools/bootanalyze/config.yaml -n 100 -f -e 16 -w 30 Change-Id: I2e4eb0b59a9a8417b56a72fe2de6fa2a6e1ab0a2 --- rootdir/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index a94a71764..e51a3e3fd 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -501,6 +501,7 @@ on post-fs-data on zygote-start && property:ro.crypto.state=encrypted && property:ro.crypto.type=file start netd start zygote + start zygote_secondary on boot # basic network init