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:
commit
02ff983d53
1 changed files with 22 additions and 0 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue