Merge "thermal: add VSKIN-CHARGE into RecordWithDefaultThreshold in the config" into udc-qpr-dev am: 598b3a559a
am: 3476794fd0
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/24158775 Change-Id: I9ff2716a292dfd6e7f84ea6da7361ec7e3b3ce76 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3ed98f634d
1 changed files with 7 additions and 3 deletions
|
@ -730,12 +730,16 @@
|
|||
],
|
||||
"Stats": {
|
||||
"Sensors": {
|
||||
"RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-CHARGE-WLC"],
|
||||
"RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-CHARGE", "VIRTUAL-SKIN-CHARGE-WLC"],
|
||||
"RecordWithThreshold": [
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN",
|
||||
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-CHARGE",
|
||||
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-CHARGE-WLC",
|
||||
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue