From a8fc85d8e790eca7a586184e8924d93e153f106a Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Wed, 10 Apr 2024 10:27:11 -0700 Subject: [PATCH] thermal: update abnormal thresholds for model-legacy-diff Given that we have very few traces/events uploaded for 12C threshold, this change reduces the threshold to 10C to help collect more data to analyze infield abnormalities. Bug: 333110670 Test: Build and boot on device Change-Id: Icd3357e543bfd612b856d843a7cf56486361ed81 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 b585e7f5..f9a4cd05 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": [-12000, 12000] + "TempRange": [-10000, 10000] } ] } diff --git a/thermal/thermal_info_config_komodo.json b/thermal/thermal_info_config_komodo.json index f9e88d95..fd190489 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": [-12000, 12000] + "TempRange": [-10000, 10000] } ] } diff --git a/thermal/thermal_info_config_tokay.json b/thermal/thermal_info_config_tokay.json index 816340d9..9f954766 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": [-12000, 12000] + "TempRange": [-10000, 10000] } ] }