Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion rootdir/init.zygote32_64.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s
onrestart restart media
onrestart restart netd
writepid /dev/cpuset/foreground/tasks
disabled

service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
class main
socket zygote_secondary stream 660 root system
onrestart restart zygote
writepid /dev/cpuset/foreground/tasks
writepid /dev/cpuset/foreground/tasks
disabled
4 changes: 3 additions & 1 deletion rootdir/init.zygote64_32.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
onrestart restart media
onrestart restart netd
writepid /dev/cpuset/foreground/tasks
disabled

service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
class main
socket zygote_secondary stream 660 root system
onrestart restart zygote
writepid /dev/cpuset/foreground/tasks
writepid /dev/cpuset/foreground/tasks
disabled