From 2492dcc548b0f5de9d50c219ddc5df315a6fdd33 Mon Sep 17 00:00:00 2001 From: YiHo Cheng Date: Thu, 6 Feb 2020 16:38:44 +0800 Subject: [PATCH] thermal: Enable monitoring battery in thermal hal Enable monitoring battery temperature in thermal hal to prevent battery shutdown too late. Bug: 128812625 Test: pts/device-presubmit test pass Change-Id: I0ceaf10ad322900b4595ecbf6f8e9560f250186a --- thermal_info_config.json | 3 ++- thermal_info_config_evt.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/thermal_info_config.json b/thermal_info_config.json index 087b7eb..02e904e 100644 --- a/thermal_info_config.json +++ b/thermal_info_config.json @@ -148,7 +148,8 @@ 60.0 ], "VrThreshold":"NAN", - "Multiplier":0.001 + "Multiplier":0.001, + "Monitor":true }, { "Name":"usb_port_temp", diff --git a/thermal_info_config_evt.json b/thermal_info_config_evt.json index 39671b8..f79bca6 100644 --- a/thermal_info_config_evt.json +++ b/thermal_info_config_evt.json @@ -148,7 +148,8 @@ 60.0 ], "VrThreshold":"NAN", - "Multiplier":0.001 + "Multiplier":0.001, + "Monitor":true }, { "Name":"usb_port_temp",