b717e8e8c2
We see cases where bootanim is IO sleeping on boot and its causing jank. Change the ioprio to the highest in an attempt to reduce this. Bug: 138459662 Test: manual - flash and factory reset, looking for artifacts in the boot animation Change-Id: I9734edea37c92e365a2b359a5180303e9b9284f7
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
service bootanim /system/bin/bootanimation
|
|
class core animation
|
|
user graphics
|
|
group graphics audio
|
|
disabled
|
|
oneshot
|
|
ioprio rt 0
|
|
writepid /dev/stune/top-app/tasks
|