diff options
author | Miguel de Dios <migueldedios@google.com> | 2019-08-07 15:07:51 -0700 |
---|---|---|
committer | Miguel de Dios <migueldedios@google.com> | 2019-08-09 14:06:42 -0700 |
commit | b717e8e8c253bf3cf0675d75bd31421fe5da0a55 (patch) | |
tree | dac6af55ac985da65d30a339b84e00680b63a17b /cmds/bootanimation | |
parent | b248a0343f01589d277ec9f84fc310b4d5707296 (diff) |
bootanimation: Change bootanim ioprio to highest in IOPRIO_CLASS_RT
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
Diffstat (limited to 'cmds/bootanimation')
-rw-r--r-- | cmds/bootanimation/bootanim.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/bootanimation/bootanim.rc b/cmds/bootanimation/bootanim.rc index 469c9646a4aa..9f4f314a4324 100644 --- a/cmds/bootanimation/bootanim.rc +++ b/cmds/bootanimation/bootanim.rc @@ -4,4 +4,5 @@ service bootanim /system/bin/bootanimation group graphics audio disabled oneshot + ioprio rt 0 writepid /dev/stune/top-app/tasks |