From 57ef8047d8de388f262c126155d857eb8d4136ff Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Thu, 20 Jul 2023 09:53:54 -0700 Subject: [PATCH] thermal: modify emergency and shutdown threshold for VIRTUAL-SKIN Bug: 289752109 Test: adb shell dumpsys android.hardware.thermal.IThermal/default | grep VIRTUAL-SKIN | grep hotThrottlingThreshold Change-Id: I1327be31f164a9e4263fb9c5381adc09378b19c5 (cherry picked from commit 3a0c866fa5e0a20c61c9102d33f70168b7973535) --- thermal_info_config_felix.json | 2 +- thermal_info_config_proactive_skin_felix.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_felix.json b/thermal_info_config_felix.json index 297b3f8..013d18e 100644 --- a/thermal_info_config_felix.json +++ b/thermal_info_config_felix.json @@ -228,7 +228,7 @@ "Combination":["OPEN-SUB-MAX", "CLOSE-SUB-MAX"], "Coefficient":["OPEN_WEIGHT", "CLOSE_WEIGHT"], "CoefficientType":["SENSOR", "SENSOR"], - "HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 51.0, 54.0], + "HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 53.0, 57.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9], "Multiplier":0.001, "PollingDelay":300000, diff --git a/thermal_info_config_proactive_skin_felix.json b/thermal_info_config_proactive_skin_felix.json index fd4d8d9..5c10f4b 100644 --- a/thermal_info_config_proactive_skin_felix.json +++ b/thermal_info_config_proactive_skin_felix.json @@ -228,7 +228,7 @@ "Combination":["OPEN-SUB-MAX", "CLOSE-SUB-MAX"], "Coefficient":["OPEN_WEIGHT", "CLOSE_WEIGHT"], "CoefficientType":["SENSOR", "SENSOR"], - "HotThreshold":["NAN", 37.0, 41.0, 45.0, 46.5, 51.0, 54.0], + "HotThreshold":["NAN", 37.0, 41.0, 45.0, 46.5, 53.0, 57.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9], "Multiplier":0.001, "PollingDelay":300000,