From 7209a892070dabc09111c7a246171edcc1d75484 Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Thu, 30 Mar 2023 11:12:13 +0800 Subject: [PATCH] thermal: Update config for stats Bug: 259903201 Test: local build and verify stats Change-Id: Id856d8f3a8c7ee74d2913072dab7dec52946af53 --- thermal_info_config_bluejay.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/thermal_info_config_bluejay.json b/thermal_info_config_bluejay.json index e3cd3c2..6d90a20 100644 --- a/thermal_info_config_bluejay.json +++ b/thermal_info_config_bluejay.json @@ -1189,5 +1189,25 @@ "PowerSampleDelay":7000, "PowerSampleCount":1 } - ] + ], + "Stats": { + "Sensors": { + "RecordWithDefaultThreshold": ["VIRTUAL-SKIN"], + "RecordWithThreshold": [ + { + "Name": "VIRTUAL-SKIN", + "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] + }, + { + "Name": "VIRTUAL-USB-THROTTLING", + "Thresholds": [2.0] + } + ] + }, + "CoolingDevices": { + "RecordVotePerSensor": { + "DefaultThresholdEnableAll": true + } + } + } } \ No newline at end of file