From 96ff84c82f45bc8779b11a8a981df24fb6d6d677 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Mon, 15 Apr 2024 22:55:31 -0700 Subject: [PATCH] thermal: update abnormal thresholds for model-legacy-diff Reduce threshold to 7C to gather more traces to analyze Bug: 333110670 Test: Build and boot on device Change-Id: I2a9ff381055fedaea18791fc030832a8b0877105 Signed-off-by: Sayanna Chandula --- thermal/thermal_info_config_caiman.json | 2 +- thermal/thermal_info_config_komodo.json | 2 +- thermal/thermal_info_config_tokay.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal/thermal_info_config_caiman.json b/thermal/thermal_info_config_caiman.json index cdb40daf..8db43f39 100644 --- a/thermal/thermal_info_config_caiman.json +++ b/thermal/thermal_info_config_caiman.json @@ -1105,7 +1105,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-10000, 10000] + "TempRange": [-7000, 7000] } ] } diff --git a/thermal/thermal_info_config_komodo.json b/thermal/thermal_info_config_komodo.json index f9b810cf..86862292 100644 --- a/thermal/thermal_info_config_komodo.json +++ b/thermal/thermal_info_config_komodo.json @@ -1111,7 +1111,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-10000, 10000] + "TempRange": [-7000, 7000] } ] } diff --git a/thermal/thermal_info_config_tokay.json b/thermal/thermal_info_config_tokay.json index bfd68b37..fc36e16b 100644 --- a/thermal/thermal_info_config_tokay.json +++ b/thermal/thermal_info_config_tokay.json @@ -1159,7 +1159,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-10000, 10000] + "TempRange": [-7000, 7000] } ] }