Lazily preload secondary zygote resources.
Companion to change Id387b7132d0 in frameworks/base. Test: manual Change-Id: I3f50327aafddce8530a990505cd436225c5fe7a7
This commit is contained in:
parent
663b5daf4b
commit
e5aee79e9c
|
@ -12,7 +12,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
|||
onrestart restart netd
|
||||
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
|
||||
|
||||
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
||||
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
|
||||
class main
|
||||
priority -20
|
||||
user root
|
||||
|
|
Loading…
Reference in New Issue