system/corennnnn
Revision | 7c7114c751084d711452acbcc0246785a78cdd88 (tree) |
---|---|
Time | 2016-09-10 19:12:49 |
Author | Zhao Wei Liew <zhaoweiliew@gmai...> |
Commiter | Zhao Wei Liew |
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:
11cde567a8fd6fd37cd462e24dd97d0f57bb12a4 Mount schedTune cgroup as /dev/stune
Change-Id: Ie8b1e7f95af6aef82a914199a48e491a00f210b6
@@ -7,7 +7,7 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s | ||
7 | 7 | onrestart restart cameraserver |
8 | 8 | onrestart restart media |
9 | 9 | 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 | |
11 | 11 | |
12 | 12 | service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary |
13 | 13 | class main |
@@ -7,7 +7,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s | ||
7 | 7 | onrestart restart cameraserver |
8 | 8 | onrestart restart media |
9 | 9 | 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 | |
11 | 11 | |
12 | 12 | service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary |
13 | 13 | class main |