Skip to content

Commit 3f55c89

Browse files
zwliewPRJosh
authored andcommitted
rootdir: writepid to the correct schedTune cgroup mount point
Seems like AOSP missed these out when switching the schedTune cgroup mount point from /sys/fs/cgroup/stune/ to /dev/stune/. Reference commit: 11cde56 Mount schedTune cgroup as /dev/stune Change-Id: Ie8b1e7f95af6aef82a914199a48e491a00f210b6
1 parent d081daf commit 3f55c89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rootdir/init.zygote32_64.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s
77
onrestart restart cameraserver
88
onrestart restart media
99
onrestart restart netd
10-
writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks
10+
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
1111

1212
service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
1313
class main

rootdir/init.zygote64_32.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
77
onrestart restart cameraserver
88
onrestart restart media
99
onrestart restart netd
10-
writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks
10+
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
1111

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

0 commit comments

Comments
 (0)