diff options
| author | 2020-05-01 16:36:06 +0000 | |
|---|---|---|
| committer | 2020-05-01 16:36:06 +0000 | |
| commit | 1e4b31dd5dbbc3ef24155e8076edbfd80156f820 (patch) | |
| tree | 9f707a2a2841478ce735fffeb5a1d5179c191386 | |
| parent | 8337e6540f1e47b7df8fe2ce8ebb2e37a228ea56 (diff) | |
| parent | 6acfa351a21ac2f26552fbb15d6ae97542fa0f56 (diff) | |
Merge "Replace direct pid writes with setting task profiles"
| -rw-r--r-- | cmds/bootanimation/bootanim.rc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/bootanim.rc b/cmds/bootanimation/bootanim.rc index 9f4f314a4324..ad4de0ab737a 100644 --- a/cmds/bootanimation/bootanim.rc +++ b/cmds/bootanimation/bootanim.rc @@ -5,4 +5,4 @@ service bootanim /system/bin/bootanimation      disabled      oneshot      ioprio rt 0 -    writepid /dev/stune/top-app/tasks +    task_profiles MaxPerformance  |