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

Commit c6937f26 authored by TuHailong's avatar TuHailong Committed by android-build-merger
Browse files

Merge "Fix zygote energy-aware scheduler tuning bug" am: de029a89

am: a6d17f25

Change-Id: I7a4403d0611666b81c354f67cf479206d2c2d7ae
parents 64a27900 a6d17f25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s
    onrestart restart cameraserver
    onrestart restart media
    onrestart restart netd
    writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks
    writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks

service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
    class main
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
    onrestart restart cameraserver
    onrestart restart media
    onrestart restart netd
    writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks
    writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks

service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
    class main