Snap for 12445464 from 72b12b913c to 25Q1-release

Change-Id: I8806eb0b5615e10991b34a247aa2e58ae067f0e0
This commit is contained in:
Android Build Coastguard Worker 2024-10-02 23:04:43 +00:00
commit 13dccaa7b5

View file

@ -15,6 +15,21 @@
} }
] ]
}, },
{
"Name": "PreferIdle",
"Actions": [
{
"Name": "WriteFile",
"Params":
{
"FilePath": "/proc/vendor_sched/prefer_idle_set",
"ProcFilePath": "/proc/vendor_sched/prefer_idle_set",
"Value": "<pid>",
"LogFailures": "false"
}
}
]
},
{ {
"Name": "CameraServicePerformance", "Name": "CameraServicePerformance",
"Actions": [ "Actions": [
@ -291,7 +306,7 @@
}, },
{ {
"Name": "InputPolicy", "Name": "InputPolicy",
"Profiles": [ "ResetUclampGrp" ] "Profiles": [ "MaxPerformance", "ResetUclampGrp", "PreferIdle" ]
} }
] ]
} }