From be09cda8ba9575e9668f2849ad9c922cc94d825d Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Mon, 22 Apr 2024 13:09:47 +0800 Subject: [PATCH] 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 --- thermal/thermal_info_config_comet.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index bb699f5..9659fc0 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -237,14 +237,11 @@ "Type":"UNKNOWN", "Version": "1.0", "VirtualSensor":true, - "Hidden": true, "ModelPath":"vt_estimation_model.tflite", "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"], "Multiplier":0.001, - "PreviousSampleCount": 3, - "BackupSensor": "VIRTUAL-SKIN-LEGACY", - "ValidateInput": true + "PreviousSampleCount": 3 }, { "Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF", @@ -1144,7 +1141,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-12000, 12000] + "TempRange": [-7000, 7000] } ] },