task_profiles.json: add a new task profile used by camera HAL am: 0b4313fede
am: 78b82bec83
am: bb10d53c09
Change-Id: I89f1673d4ffe2bd38d785189413c4019771835d1
This commit is contained in:
commit
cb178b7067
|
@ -149,6 +149,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "CameraServicePerformance",
|
||||
"Actions": [
|
||||
{
|
||||
"Name": "JoinCgroup",
|
||||
"Params":
|
||||
{
|
||||
"Controller": "schedtune",
|
||||
"Path": "camera-daemon"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"Name": "CpuPolicySpread",
|
||||
|
|
Loading…
Reference in New Issue