Files
device_google_redbull/task_profiles.json
Rick Yiu a19b8105aa redbull: create a new group for camera dedicated threads
Created a new group for for camera dedicated threads, and let
power hint change the cpuset according to use cases.

Bug: 157122808
Test: group created as expected
Change-Id: I929a7b73bb1a6e58b68932822f9eb0615ff1624b
2020-06-23 04:24:35 +00:00

18 lines
284 B
JSON

{
"Profiles": [
{
"Name": "CameraServiceHighCapacity",
"Actions": [
{
"Name": "JoinCgroup",
"Params":
{
"Controller": "cpuset",
"Path": "camera-daemon-dedicated"
}
}
]
}
]
}