mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-27 15:59:12 +00:00
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
This commit is contained in:
@@ -148,7 +148,8 @@
|
||||
60.0
|
||||
],
|
||||
"VrThreshold":"NAN",
|
||||
"Multiplier":0.001
|
||||
"Multiplier":0.001,
|
||||
"Monitor":true
|
||||
},
|
||||
{
|
||||
"Name":"usb_port_temp",
|
||||
|
||||
@@ -148,7 +148,8 @@
|
||||
60.0
|
||||
],
|
||||
"VrThreshold":"NAN",
|
||||
"Multiplier":0.001
|
||||
"Multiplier":0.001,
|
||||
"Monitor":true
|
||||
},
|
||||
{
|
||||
"Name":"usb_port_temp",
|
||||
|
||||
Reference in New Issue
Block a user