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