thermal: Update config for stats

Bug: 259903201
Test: local build and verify stats
Change-Id: I14fcc2fbddb13d5e2050ae7b5f51e7f3de9ce71f
This commit is contained in:
sashwinbalaji 2023-03-30 10:50:16 +08:00 committed by S Ashwin Balaji
parent 9aa049e48e
commit 73382cc3f2

View file

@ -977,5 +977,25 @@
"PowerSampleDelay":60000,
"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
}
}
}
}