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

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

Change-Id: Ib1bb4f3d4404a1589e7228c7e997b3c3450aa054
This commit is contained in:
Rick Yiu 2021-07-23 14:07:45 +00:00 committed by Automerger Merge Worker
commit 02ff983d53

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",
"Actions": [