From bfd81c690795985aceb496be75b46d6439325df8 Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Sat, 21 Dec 2024 15:41:16 +0000 Subject: [PATCH] Remove ResetUclamp profiles Replaced with sched qos profiles. Bug: 355612114 Flag: NONE vendor task_profiles.json does not support flag Test: build pass Change-Id: I025a31b3303acc409b74e3f33ce589f68ae2385e --- task_profiles.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/task_profiles.json b/task_profiles.json index 103ff202..e02ea3ef 100644 --- a/task_profiles.json +++ b/task_profiles.json @@ -461,34 +461,6 @@ } ] }, - { - "Name": "ResetUclampGrp", - "Actions": [ - { - "Name": "WriteFile", - "Params": - { - "FilePath": "/proc/vendor_sched/uclamp_fork_reset_set", - "Value": "", - "LogFailures": "false" - } - } - ] - }, - { - "Name": "NoResetUclampGrp", - "Actions": [ - { - "Name": "WriteFile", - "Params": - { - "FilePath": "/proc/vendor_sched/uclamp_fork_reset_clear", - "Value": "", - "LogFailures": "false" - } - } - ] - }, { "Name": "HighestCfsPrioScheduling", "Actions": [