Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56c22224 authored by Tim Murray's avatar Tim Murray Committed by Automerger Merge Worker
Browse files

Merge "Move zygote64 into the top-app stune group." into rvc-dev am: 4dc1d5f3

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/11884893

Change-Id: I68ff2f1e7aca8f128aeb22b7d396688e51f4df81
parents 0a043f18 4dc1d5f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
    onrestart restart media
    onrestart restart netd
    onrestart restart wificond
    writepid /dev/cpuset/foreground/tasks
    task_profiles ProcessCapacityHigh MaxPerformance

service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
    class main
@@ -22,4 +22,4 @@ service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote
    socket zygote_secondary stream 660 root system
    socket usap_pool_secondary stream 660 root system
    onrestart restart zygote
    writepid /dev/cpuset/foreground/tasks
    task_profiles ProcessCapacityHigh MaxPerformance