From 8c604e8615ec9b26af0e84a0b7f2e04b34b3dc7e Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Thu, 30 Apr 2020 13:59:31 -0700 Subject: [PATCH] task_profiles.json: add a new task profile used by camera HAL Add new CameraServicePerformance task profile used by camera HAL. Bug: 155419956 Test: confirm profile applies correctly Signed-off-by: Suren Baghdasaryan Change-Id: I21cf942eca279a5ad4c1ff75c735560954f4ebc1 --- libprocessgroup/profiles/task_profiles.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 3f085357e..a515e58c6 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json @@ -144,6 +144,19 @@ } ] }, + { + "Name": "CameraServicePerformance", + "Actions": [ + { + "Name": "JoinCgroup", + "Params": + { + "Controller": "schedtune", + "Path": "camera-daemon" + } + } + ] + }, { "Name": "CpuPolicySpread",