thermal: Update config for stats

Bug: 259903201
Test: local build and verify stats
Change-Id: Id856d8f3a8c7ee74d2913072dab7dec52946af53
This commit is contained in:
sashwinbalaji 2023-03-30 11:12:13 +08:00 committed by S Ashwin Balaji
parent 647d2d0ae1
commit 7209a89207

View file

@ -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
}
}
}
}