thermal: update abnormal thresholds for model-legacy-diff
Given that we have very few traces/events uploaded for 12C threshold, this change reduces the threshold to 10C to help collect more data to analyze infield abnormalities. Bug: 333110670 Test: Build and boot on device Change-Id: Icd3357e543bfd612b856d843a7cf56486361ed81 Signed-off-by: Sayanna Chandula <sayanna@google.com>
This commit is contained in:
parent
e1439d0e56
commit
a8fc85d8e7
3 changed files with 3 additions and 3 deletions
|
@ -1105,7 +1105,7 @@
|
|||
},
|
||||
{
|
||||
"Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"],
|
||||
"TempRange": [-12000, 12000]
|
||||
"TempRange": [-10000, 10000]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1111,7 +1111,7 @@
|
|||
},
|
||||
{
|
||||
"Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"],
|
||||
"TempRange": [-12000, 12000]
|
||||
"TempRange": [-10000, 10000]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
},
|
||||
{
|
||||
"Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"],
|
||||
"TempRange": [-12000, 12000]
|
||||
"TempRange": [-10000, 10000]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue