sanders: Run ActivityManager and RenderThread as SCHED_FIFO
by setting sys.use_fifo_ui=1 This is only usable on homogenous CPUs Reference: https://source.android.com/devices/tech/debug/jank_jitter Change-Id: I9793b45b631cf8b6db43219fe5d2a3a023ab64bf
This commit is contained in:
committed by
Jorge Lucas
parent
3ca6747872
commit
ec2fc31ae9
@@ -296,3 +296,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.qti.inputopts.enable=true \
|
||||
persist.vendor.qti.inputopts.movetouchslop=0.6
|
||||
|
||||
# UI thread scheduling
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
sys.use_fifo_ui=1
|
||||
|
||||
Reference in New Issue
Block a user