diff options
author | Suren Baghdasaryan <surenb@google.com> | 2020-04-30 15:33:35 -0700 |
---|---|---|
committer | Suren Baghdasaryan <surenb@google.com> | 2020-05-01 16:12:36 +0000 |
commit | 6acfa351a21ac2f26552fbb15d6ae97542fa0f56 (patch) | |
tree | 9f707a2a2841478ce735fffeb5a1d5179c191386 | |
parent | 8337e6540f1e47b7df8fe2ce8ebb2e37a228ea56 (diff) |
Replace direct pid writes with setting task profiles
For easy transition from SchedTune to UtilClamp, direct access to these
cgroups should be abstracted by using task profiles. Replace writepid
commands with new task_profiles command.
Bug: 155419956
Test: change .rc file and confirm task profile is applied
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I05f5a082c7e6f43ab94330aede29967e91d1aef9
-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 |