From 1ccaf8e861b17885c1c63f61ffa26478fb691a26 Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Tue, 21 Feb 2023 09:40:13 +0800 Subject: [PATCH] thermal: Update config for stats Bug: 259903201 Test: local build and verify stats Change-Id: I6fd1d674ef8d93495f6142055b547d652bbc8b6e --- thermal_info_config_redfin.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/thermal_info_config_redfin.json b/thermal_info_config_redfin.json index d828587..7b581b2 100644 --- a/thermal_info_config_redfin.json +++ b/thermal_info_config_redfin.json @@ -342,5 +342,20 @@ "Name":"fcc", "Type":"BATTERY" } - ] + ], + "Stats": { + "Sensors": { + "RecordWithDefaultThreshold": ["skin-therm-monitor"], + "RecordWithThreshold": [ + { + "Name": "skin-therm-monitor", + "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] + }, + { + "Name": "usbc-virt-monitor", + "Thresholds": [10, 15] + } + ] + } + } }