Merge "task_profiles.json: add a new task profile used by camera HAL"
This commit is contained in:
commit
8bb2b3f2ad
1 changed files with 13 additions and 0 deletions
|
|
@ -144,6 +144,19 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "CameraServicePerformance",
|
||||||
|
"Actions": [
|
||||||
|
{
|
||||||
|
"Name": "JoinCgroup",
|
||||||
|
"Params":
|
||||||
|
{
|
||||||
|
"Controller": "schedtune",
|
||||||
|
"Path": "camera-daemon"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"Name": "CpuPolicySpread",
|
"Name": "CpuPolicySpread",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue