thermal: optimize trigger sensor settings
1. Reduce the polling time to 60s to reduce the lantancy when ThermalHAL miss the trigger sensor's notification. 2. Adjust the trigger sensor's threshold to lower temperature. Bug: 191971470 Bug: 191795038 Test: adb shell lshal debug android.hardware.thermal@2.0::IThermal/default Change-Id: I2559944dfdef684ee93867a15dea257ee5f435b9
This commit is contained in:
parent
dab5283046
commit
bf198b780e
2 changed files with 4 additions and 4 deletions
|
@ -134,7 +134,7 @@
|
|||
],
|
||||
"VrThreshold":"NAN",
|
||||
"Multiplier":0.001,
|
||||
"PollingDelay":300000,
|
||||
"PollingDelay":60000,
|
||||
"PassiveDelay":7000
|
||||
},
|
||||
{
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"Type":"UNKNOWN",
|
||||
"HotThreshold":[
|
||||
"NAN",
|
||||
"34.2",
|
||||
"32.2",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
|
@ -104,7 +104,7 @@
|
|||
],
|
||||
"VrThreshold":"NAN",
|
||||
"Multiplier":0.001,
|
||||
"PollingDelay":300000,
|
||||
"PollingDelay":60000,
|
||||
"PassiveDelay":7000
|
||||
},
|
||||
{
|
||||
|
@ -273,7 +273,7 @@
|
|||
1.9,
|
||||
1.9,
|
||||
1.9,
|
||||
1.9,
|
||||
1.4,
|
||||
1.9,
|
||||
1.9
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue