From b34f70a94322b97114c02dcfb91e36ff7acf581f Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Tue, 28 May 2024 10:43:12 +0800 Subject: [PATCH] thermal: Update residency stats - Add residency monitoring for vskin-od by severity and by threshold as [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57] - Update vskin-speaker model threshold to align with other vskin thresholds. - Add vskin-legacy and set vskin-legacy and vskin-model threshold also to align with other thresholds. Bug: 343098605 Test: Local push and verify lshal Change-Id: I6fc484c20910a4faff8885d8b3d21d4b901b9823 --- thermal/thermal_info_config_comet.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index 2e625c6..27121d2 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -1157,15 +1157,23 @@ ], "Stats": { "Sensors": { - "RecordWithDefaultThreshold": ["VIRTUAL-SKIN"], + "RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-OUTER-DISPLAY"], "RecordWithThreshold": [ { "Name": "VIRTUAL-SKIN", "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 55] }, + { + "Name": "VIRTUAL-SKIN-LEGACY", + "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57] + }, { "Name": "VIRTUAL-SKIN-MODEL", - "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 55] + "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57] + }, + { + "Name": "VIRTUAL-SKIN-OUTER-DISPLAY", + "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57] }, { "Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF", @@ -1185,7 +1193,7 @@ }, { "Name": "VIRTUAL-SKIN-SPEAKER-MODEL", - "Thresholds": [0, 37, 42, 47, 57, 100] + "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57] } ], "Abnormality": {