fpc: keep fpc in system-background
The fingerprint HAL is insensitive to increased CPU throughput, but it also has a tendency to spin while waiting for FP hardware. Limit FPC to the system-background cpuset in order to avoid increased power consumption when accidentally touching the fingerprint sensor. bug 76115243 Test: fingerprint in system-background cpuset on taimen Change-Id: Iaffe6f63bd76b7a1c4acaf0cae980840af515961
This commit is contained in:
parent
b99879b106
commit
d0fdb4431d
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.
|
|||
class late_start
|
||||
user system
|
||||
group system input
|
||||
writepid /dev/cpuset/system-background/tasks
|
Loading…
Reference in a new issue