thermal: Update residency stats
- Add residency monitoring for vskin-od by severity and by threshold as [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57] - Update vskin-speaker model threshold to align with other vskin thresholds. - Add vskin-legacy and set vskin-legacy and vskin-model threshold also to align with other thresholds. Bug: 343098605 Test: Local push and verify lshal Change-Id: I6fc484c20910a4faff8885d8b3d21d4b901b9823
This commit is contained in:
parent
83cf90fad7
commit
b34f70a943
1 changed files with 11 additions and 3 deletions
|
@ -1157,15 +1157,23 @@
|
|||
],
|
||||
"Stats": {
|
||||
"Sensors": {
|
||||
"RecordWithDefaultThreshold": ["VIRTUAL-SKIN"],
|
||||
"RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-OUTER-DISPLAY"],
|
||||
"RecordWithThreshold": [
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN",
|
||||
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 55]
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-LEGACY",
|
||||
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57]
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-MODEL",
|
||||
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 55]
|
||||
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57]
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-OUTER-DISPLAY",
|
||||
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57]
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF",
|
||||
|
@ -1185,7 +1193,7 @@
|
|||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-SPEAKER-MODEL",
|
||||
"Thresholds": [0, 37, 42, 47, 57, 100]
|
||||
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57]
|
||||
}
|
||||
],
|
||||
"Abnormality": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue