From 2cf22ea5b3fdf966cce62be34e2ee6bf0fb136cc Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Mon, 13 Dec 2021 14:39:16 -0800 Subject: [PATCH] Remove bg group usage Given the current suspects that the bg throttling may cause extra longer runnable in P21, remove its usage. Bug: 208895940 Test: book and check cfs group Signed-off-by: Wei Wang Change-Id: If7f20646e944eab8d42e6698e08069b608a0ea7a --- task_profiles.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/task_profiles.json b/task_profiles.json index 864961fb..fca5a076 100644 --- a/task_profiles.json +++ b/task_profiles.json @@ -74,7 +74,7 @@ "Params": { "Controller": "cpu", - "Path": "dex2oat" + "Path": "system" } }, { @@ -135,7 +135,7 @@ "Params": { "Controller": "cpu", - "Path": "background" + "Path": "system" } }, { @@ -245,7 +245,7 @@ "Params": { "Controller": "cpu", - "Path": "system-background" + "Path": "system" } }, {