Merge "set input to 100 explicitly in task_profile" into main

This commit is contained in:
Chung-Kai (Michael) Mei 2024-12-11 23:19:20 -08:00 committed by Android (Google) Code Review
commit 43d853727e

View file

@ -488,6 +488,19 @@
} }
} }
] ]
},
{
"Name": "HighestCfsPrioScheduling",
"Actions": [
{
"Name": "SetSchedulerPolicy",
"Params":
{
"Policy": "SCHED_OTHER",
"Nice": "-20"
}
}
]
} }
], ],
@ -526,7 +539,7 @@
}, },
{ {
"Name": "InputPolicy", "Name": "InputPolicy",
"Profiles": [ "MaxPerformance", "SCHED_QOS_SENSITIVE_EXTREME_SET" ] "Profiles": [ "HighestCfsPrioScheduling", "MaxPerformance", "SCHED_QOS_SENSITIVE_EXTREME_SET" ]
} }
] ]
} }