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
(cherry picked from commit f8532445b4)
Change-Id: Ia46b07f3d6abb090cc169ebd807e21b16694d172
This commit is contained in:
parent
ad8d533a04
commit
5fb5b81fc7
1 changed files with 1 additions and 0 deletions
|
|
@ -504,6 +504,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue