diff options
author | Chien-Yu Chen <cychen@google.com> | 2015-12-03 16:32:12 -0800 |
---|---|---|
committer | Chien-Yu Chen <cychen@google.com> | 2016-01-25 11:52:40 -0800 |
commit | cd2ef4ef1cc91997c305925af7e24318cc00913a (patch) | |
tree | 1466e468048216f0072acc9ee494afda3ab4f2b6 /rootdir/init.zygote32_64.rc | |
parent | 62b3a94ce1a4f138f388e55847fad840226d739b (diff) |
Restart cameraserver
Bug: 24511454
Change-Id: Ia27f4ef0eb71f891c789f637a21b04afe0b1c4e9
Diffstat (limited to 'rootdir/init.zygote32_64.rc')
-rw-r--r-- | rootdir/init.zygote32_64.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.zygote32_64.rc b/rootdir/init.zygote32_64.rc index a9a94d736..04b88549c 100644 --- a/rootdir/init.zygote32_64.rc +++ b/rootdir/init.zygote32_64.rc @@ -4,6 +4,7 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s onrestart write /sys/android_power/request_state wake onrestart write /sys/power/state on onrestart restart audioserver + onrestart restart cameraserver onrestart restart media onrestart restart netd writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks |