Merge "thermal: Update config for stats" into udc-dev am: 62fd14c16f
am: 7bb740b50d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/22346323 Change-Id: Icefa38395574d945700e0edf02a2ca37e8f3cce7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7a8c268263
1 changed files with 21 additions and 1 deletions
|
@ -977,5 +977,25 @@
|
||||||
"PowerSampleDelay":60000,
|
"PowerSampleDelay":60000,
|
||||||
"PowerSampleCount":1
|
"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