• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/core


コミットメタ情報

リビジョン7c7114c751084d711452acbcc0246785a78cdd88 (tree)
日時2016-09-10 19:12:49
作者Zhao Wei Liew <zhaoweiliew@gmai...>
コミッター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

変更サマリ

差分

--- a/rootdir/init.zygote32_64.rc
+++ b/rootdir/init.zygote32_64.rc
@@ -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
--- a/rootdir/init.zygote64_32.rc
+++ b/rootdir/init.zygote64_32.rc
@@ -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