marlin/eas: Fixing foreground/schedtune.boost path.
am: 7ac34d0
* commit '7ac34d08efb3290bab77c6ed3bbbec067aeddf09':
marlin/eas: Fixing foreground/schedtune.boost path.
Change-Id: I0a549cb1fe0e5bd5ce89a7178d1468f808f175f7
This commit is contained in:
commit
f746166fdc
|
@ -7,7 +7,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
|
||||
|
|
|
@ -7,7 +7,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
|
||||
|
|
Loading…
Reference in New Issue