From 04aae74bbeed2579411da751a78210c7da3bc12a Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Fri, 28 Apr 2023 13:57:43 +0800 Subject: [PATCH] thermal: Update config for stats Bug: 259903201 Test: local build and verify stats Change-Id: Icd81eded4f9d42c4303104edf2b9f035d5321d58 --- thermal_info_config_akita.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/thermal_info_config_akita.json b/thermal_info_config_akita.json index 55f85c2..a367191 100644 --- a/thermal_info_config_akita.json +++ b/thermal_info_config_akita.json @@ -522,5 +522,29 @@ "PowerSampleDelay":7000, "PowerSampleCount":5 } - ] + ], + "Stats": { + "Sensors": { + "RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-CHARGE-WLC"], + "RecordWithThreshold": [ + { + "Name": "VIRTUAL-SKIN", + "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] + }, + { + "Name": "VIRTUAL-SKIN-CHARGE-WLC", + "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] + }, + { + "Name": "VIRTUAL-USB-THROTTLING", + "Thresholds": [2.0] + } + ] + }, + "CoolingDevices": { + "RecordVotePerSensor": { + "DefaultThresholdEnableAll": true + } + } + } }