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