diff options
| author | sashwinbalaji <sashwinbalaji@google.com> | 2023-03-29 15:49:34 +0800 |
|---|---|---|
| committer | S Ashwin Balaji <sashwinbalaji@google.com> | 2023-05-03 05:49:23 +0000 |
| commit | a4d2c2f3537f52618e17945a91d48efab5751265 (patch) | |
| tree | 8a60ecbd21180534d31ab765e2e414693db1d906 /thermal_info_config_barbet.json | |
| parent | 98b7e36cb0f0f2fbfb0e2a2053cd7cd99181fd80 (diff) | |
thermal: Update config for stats
Bug: 259903201
Test: local build and verify stats
Change-Id: I2d6482d96784d08e0490641e4349a84a70e52670
Diffstat (limited to 'thermal_info_config_barbet.json')
| -rw-r--r-- | thermal_info_config_barbet.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/thermal_info_config_barbet.json b/thermal_info_config_barbet.json index fa3bb14..988a3db 100644 --- a/thermal_info_config_barbet.json +++ b/thermal_info_config_barbet.json @@ -351,5 +351,20 @@ "Name":"fcc", "Type":"BATTERY" } - ] + ], + "Stats": { + "Sensors": { + "RecordWithDefaultThreshold": ["skin-virt-monitor"], + "RecordWithThreshold": [ + { + "Name": "skin-virt-monitor", + "Thresholds": [30, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] + }, + { + "Name": "usbc-virt-monitor", + "Thresholds": [5, 10] + } + ] + } + } } |
