From ae099efef684707a5cb71f28bfb85f533bce02bd Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Thu, 1 Aug 2024 04:40:18 +0000 Subject: [PATCH] thermal: monitor >7 degC gap between model and legacy Allow thermalHAL to report sensor reading trace when vskin model and legacy shows big gap Bug: 333834000 Test: Build and boot to home Flag: EXEMPT (bug 337358613) Change-Id: Ie45bf02083be9a2fc8f46a2a40d779a1323c08f4 Signed-off-by: Peter (YM) --- thermal/thermal_info_config_tegu.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thermal/thermal_info_config_tegu.json b/thermal/thermal_info_config_tegu.json index e5d1050..8ae3564 100644 --- a/thermal/thermal_info_config_tegu.json +++ b/thermal/thermal_info_config_tegu.json @@ -1266,6 +1266,10 @@ { "Monitor": ["rfpa_therm"], "TempRange": [-20.0, 60.0] + }, + { + "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], + "TempRange": [-7000, 7000] } ] }