From 8f4115668b7407c1c50d97e45d3b8731d6079d70 Mon Sep 17 00:00:00 2001 From: mandyshen Date: Tue, 23 Jul 2019 14:56:46 +0800 Subject: [PATCH] Revert "WAR: Thermal: Silence UI notification till b/135594203 is fixed" This reverts commit 3f24444cda85d67cabf55f8b6dfc1a33233b8934. After including below two commits, UI won't pop-out unexpectedly so enable it. - pa/1406886 google_charger: handling of read error to the battery - ag/8684443 Thermal: remove bcl-virt-extreme monitor Bug: b/137473675 Test: UI can pop-out by emul_temp trigger. Change-Id: I7e8105e1c98bc5264a06544fef4aeae3af7bbc9d --- thermal_info_config_coral.json | 4 ++-- thermal_info_config_flame.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thermal_info_config_coral.json b/thermal_info_config_coral.json index 0366dbf..010766d 100644 --- a/thermal_info_config_coral.json +++ b/thermal_info_config_coral.json @@ -170,20 +170,20 @@ "Type":"USB_PORT", "HotThreshold":[ "NAN", - "60.0", "NAN", "NAN", "NAN", "NAN", + "60.0", "NAN" ], "HotHysteresis":[ 0.0, - 5.0, 0.0, 0.0, 0.0, 0.0, + 5.0, 0.0 ], "VrThreshold":"NAN", diff --git a/thermal_info_config_flame.json b/thermal_info_config_flame.json index eb7c89d..70b55fe 100644 --- a/thermal_info_config_flame.json +++ b/thermal_info_config_flame.json @@ -170,20 +170,20 @@ "Type":"USB_PORT", "HotThreshold":[ "NAN", - "65.0", "NAN", "NAN", "NAN", "NAN", + "65.0", "NAN" ], "HotHysteresis":[ 0.0, - 5.0, 0.0, 0.0, 0.0, 0.0, + 5.0, 0.0 ], "VrThreshold":"NAN",