gs101: Add a new profile for camera power tuning am: 1b33e486e7 am: f0b7304c01

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15283137

Change-Id: I3412b14b4eef45a9d3d3e026b5ae072cb900f1d3
This commit is contained in:
Rick Yiu 2021-07-23 14:22:46 +00:00 committed by Automerger Merge Worker
commit 725a51d332

View file

@ -44,6 +44,28 @@
} }
] ]
}, },
{
"Name": "CameraServicePower",
"Actions": [
{
"Name": "JoinCgroup",
"Params":
{
"Controller": "cpu",
"Path": "system"
}
},
{
"Name": "WriteFile",
"Params":
{
"FilePath": "/sys/kernel/vendor_sched/set_task_group_cam_power",
"Value": "<pid>",
"LogFailures": "false"
}
}
]
},
{ {
"Name": "CameraServiceHighCapacity", "Name": "CameraServiceHighCapacity",
"Actions": [ "Actions": [