From 38e9373a4bbf1a9ffcc8d218014f90c8edcd2bd4 Mon Sep 17 00:00:00 2001 From: Jiakai Zhang Date: Tue, 6 Dec 2022 15:42:48 +0000 Subject: [PATCH 1/2] Add task profile "Dex2OatBackground". Bug: 261557677 Test: Presubmit Change-Id: I33f4d1d2270da82cf90a772ef52b450bcecafec2 Merged-In: I33f4d1d2270da82cf90a772ef52b450bcecafec2 (cherry picked from commit ecfbf9c6f48915b76a62c2668137a985e04d1436) --- libprocessgroup/profiles/task_profiles.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 15f95fcff..39c124e94 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json @@ -805,6 +805,10 @@ "Name": "Dex2OatBootComplete", "Profiles": [ "Dex2oatPerformance", "LowIoPriority", "TimerSlackHigh" ] }, + { + "Name": "Dex2OatBootBackground", + "Profiles": [ "Dex2OatBootComplete" ] + }, { "Name": "OtaProfiles", "Profiles": [ "ServiceCapacityLow", "LowIoPriority", "HighEnergySaving" ] From 180a51d6f37ae0f2f8061a89f13057248f931087 Mon Sep 17 00:00:00 2001 From: Jiakai Zhang Date: Fri, 9 Dec 2022 23:50:58 +0000 Subject: [PATCH 2/2] Rename "Dex2OatBootBackground" to "Dex2OatBackground". Bug: 261557677 Change-Id: I52e778d13cffcae4212acb05ef2bd62b827fbaf3 Test: Presubmit Merged-In: I52e778d13cffcae4212acb05ef2bd62b827fbaf3 (cherry picked from commit 473f03bfd9497abe614ea34d96c8b6305c31a1ff) --- libprocessgroup/profiles/task_profiles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 39c124e94..c48509788 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json @@ -806,7 +806,7 @@ "Profiles": [ "Dex2oatPerformance", "LowIoPriority", "TimerSlackHigh" ] }, { - "Name": "Dex2OatBootBackground", + "Name": "Dex2OatBackground", "Profiles": [ "Dex2OatBootComplete" ] }, {