commit | 0b4313fedea00209ee2cd726944580cf11652f66 | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Thu Apr 30 13:59:31 2020 -0700 |
committer | Suren Baghdasaryan <surenb@google.com> | Fri May 01 22:21:09 2020 +0000 |
tree | 9447e28f655efe8b29309b194722a49708a2b76c | |
parent | 21ae541691c67c98a94fef0fc66c3ecf0410721f [diff] |
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 <surenb@google.com> Change-Id: I21cf942eca279a5ad4c1ff75c735560954f4ebc1 Merged-In: I21cf942eca279a5ad4c1ff75c735560954f4ebc1
diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 0cee6bb..bc6bc7c 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json
@@ -149,6 +149,19 @@ } ] }, + { + "Name": "CameraServicePerformance", + "Actions": [ + { + "Name": "JoinCgroup", + "Params": + { + "Controller": "schedtune", + "Path": "camera-daemon" + } + } + ] + }, { "Name": "CpuPolicySpread",