diff options
| author | c457 <android.c357@gmail.com> | 2017-02-03 01:52:39 -0600 |
|---|---|---|
| committer | c457 <android.c357@gmail.com> | 2017-02-03 01:59:03 -0600 |
| commit | aa11055cbf0b1e77e7637d14bbc734b79e09366f (patch) | |
| tree | f177154e6aa1ec35dcde4e4d14cbef4762900f40 | |
| parent | 45a09d2261c5f5c8a92db52059bbed28886d081c (diff) | |
axon7: update cpuset for camera daemon
* Cameraserver is now in it's own cpuset
so update the path
| -rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 15b123b..5b1652e 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -537,7 +537,7 @@ service qcamerasvr /system/bin/mm-qcamera-daemon class late_start user camera group camera system inet input graphics - writepid /dev/cpuset/system-background/tasks + writepid /dev/cpuset/camera-daemon/tasks #Start up peripheral manager service per_mgr system/bin/pm-service |
