thermal: add VSKIN-CHARGE into RecordWithDefaultThreshold in the config

Bug: 291841456
Test: device able to boot to home
Change-Id: I98a2b3745d61bc87c07fd8e25fb9c97fbde40db6
Signed-off-by: Peter (YM) <peterym@google.com>
This commit is contained in:
Peter (YM) 2023-07-24 07:47:15 +00:00
parent 18dd9a0cfd
commit 5bb04e9715

View file

@ -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]