Merge "thermal: Update config for stats" into udc-dev am: 62fd14c16f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/22346323 Change-Id: Ic1568bad3bd38a99e542b1292c327fb62bbb2814 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cd02431824
1 changed files with 21 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue