From 9fab91e5ed6d601746dfef0b88d141b5cb9b6447 Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Fri, 17 Feb 2023 13:00:55 +0800 Subject: [PATCH] thermal: more aggresive dex2oat throttling Bug: 267841021 Test: Build and boot on device Change-Id: Ic8356a391fc21af070c6700a310b0975b3ee5a56 --- powerhint.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/powerhint.json b/powerhint.json index 9d2338e..4eff2fa 100644 --- a/powerhint.json +++ b/powerhint.json @@ -557,7 +557,6 @@ "Path": "vendor.powerhal.dalvik.vm.dex2oat-cpu-set", "Values": [ "0,1,2,3", - "0,1,2,3,4,5", "0,1,2,3,4,5,6,7" ], "Type": "Property" @@ -1635,13 +1634,13 @@ "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT", "Node": "Dex2oatThreads", "Duration": 0, - "Value": "6" + "Value": "4" }, { "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT", "Node": "Dex2oatCPUSet", "Duration": 0, - "Value": "0,1,2,3,4,5" + "Value": "0,1,2,3" }, { "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_MODERATE", @@ -1815,7 +1814,7 @@ "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_SEVERE", "Node": "Dex2oatThreads", "Duration": 0, - "Value": "4" + "Value": "2" }, { "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_SEVERE",