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:
Sayanna Chandula 2024-04-10 10:27:11 -07:00
parent e1439d0e56
commit a8fc85d8e7
3 changed files with 3 additions and 3 deletions

View file

@ -1105,7 +1105,7 @@
},
{
"Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"],
"TempRange": [-12000, 12000]
"TempRange": [-10000, 10000]
}
]
}

View file

@ -1111,7 +1111,7 @@
},
{
"Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"],
"TempRange": [-12000, 12000]
"TempRange": [-10000, 10000]
}
]
}

View file

@ -1159,7 +1159,7 @@
},
{
"Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"],
"TempRange": [-12000, 12000]
"TempRange": [-10000, 10000]
}
]
}