sm8350-common: Don't write to /dev/stune/foreground/tasks
This platform does not have a schedtune thus it spams logcat with SELinux denials. Change-Id: Iefefa2f383aef3e4d730e0b0568afd2affd2f3da
This commit is contained in:
parent
186093efa0
commit
cfa0bbf545
1 changed files with 1 additions and 1 deletions
|
@ -945,5 +945,5 @@ service vendor.audio-hal /vendor/bin/hw/android.hardware.audio.service
|
|||
group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct oem_2901 wakelock
|
||||
capabilities BLOCK_SUSPEND
|
||||
ioprio rt 4
|
||||
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
onrestart restart audioserver
|
||||
|
|
Loading…
Reference in a new issue