Boost foreground group when app launch
To improve app launch time. Bug: 233236422 Test: build pass Change-Id: I308aaf3133136b13fd71cdc3a60a1665e3483654
This commit is contained in:
parent
7ad926174d
commit
04bb4da0c1
1 changed files with 15 additions and 0 deletions
|
@ -149,6 +149,15 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "FGUClampBoost",
|
||||
"Path": "/proc/vendor_sched/fg_uclamp_min",
|
||||
"Values": [
|
||||
"161",
|
||||
"0"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "SFUClampBoost",
|
||||
"Path": "/proc/vendor_sched/sf_uclamp_min",
|
||||
|
@ -506,6 +515,12 @@
|
|||
"Duration": 5000,
|
||||
"Value": "553"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "FGUClampBoost",
|
||||
"Duration": 5000,
|
||||
"Value": "161"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "MemFreq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue