Add FGPreferIdle to app launch
Bug: 178016953 Test: boot Signed-off-by: Wei Wang <wvw@google.com> Change-Id: I2e1a2ad5b412825f306c44e80946a1086afd7571
This commit is contained in:
parent
84dbcc9f99
commit
21095170e1
1 changed files with 9 additions and 2 deletions
|
@ -254,9 +254,10 @@
|
|||
"Name": "FGPreferIdle",
|
||||
"Path": "/proc/vendor_sched/fg_prefer_idle",
|
||||
"Values": [
|
||||
"0",
|
||||
"1"
|
||||
"1",
|
||||
"0"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
|
@ -469,6 +470,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "2"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "FGPreferIdle",
|
||||
"Duration": 5000,
|
||||
"Value": "1"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "SFUClampBoost",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue