thermal: Update VSkin-Model

- Unhide VSkin-Model to ensure thermal recorder can log
- Reduce vskin-model-legacy-diff to align with other devices
- Remove model backupsensor, since model is not used for throttling
  remove backup sensor to collect more field issues.

Bug: 315948438
Test: Push config and verify dumpsys
Change-Id: I4adfcb6a13c58b15f1d97b1130d4bc0f1776f235
This commit is contained in:
sashwinbalaji 2024-04-22 13:09:47 +08:00
parent 707e3c172b
commit be09cda8ba

View file

@ -237,14 +237,11 @@
"Type":"UNKNOWN", "Type":"UNKNOWN",
"Version": "1.0", "Version": "1.0",
"VirtualSensor":true, "VirtualSensor":true,
"Hidden": true,
"ModelPath":"vt_estimation_model.tflite", "ModelPath":"vt_estimation_model.tflite",
"Formula": "USE_ML_MODEL", "Formula": "USE_ML_MODEL",
"Combination":["soc_therm", "rffe_therm", "charger_therm", "usb_conn_therm", "modem_therm", "inner_display_therm", "display_therm", "gnss_tcxo_therm", "maxfg_base", "maxfg_secondary", "inner_brightness"], "Combination":["soc_therm", "rffe_therm", "charger_therm", "usb_conn_therm", "modem_therm", "inner_display_therm", "display_therm", "gnss_tcxo_therm", "maxfg_base", "maxfg_secondary", "inner_brightness"],
"Multiplier":0.001, "Multiplier":0.001,
"PreviousSampleCount": 3, "PreviousSampleCount": 3
"BackupSensor": "VIRTUAL-SKIN-LEGACY",
"ValidateInput": true
}, },
{ {
"Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF", "Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF",
@ -1144,7 +1141,7 @@
}, },
{ {
"Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"],
"TempRange": [-12000, 12000] "TempRange": [-7000, 7000]
} }
] ]
}, },