Boost foreground group when app launch am: 04bb4da0c1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/18520531 Change-Id: Ic4ab017926732c0f0994486835134a3c3bfddd56 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
966422102f
1 changed files with 15 additions and 0 deletions
|
@ -149,6 +149,15 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "FGUClampBoost",
|
||||||
|
"Path": "/proc/vendor_sched/fg_uclamp_min",
|
||||||
|
"Values": [
|
||||||
|
"161",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "SFUClampBoost",
|
"Name": "SFUClampBoost",
|
||||||
"Path": "/proc/vendor_sched/sf_uclamp_min",
|
"Path": "/proc/vendor_sched/sf_uclamp_min",
|
||||||
|
@ -506,6 +515,12 @@
|
||||||
"Duration": 5000,
|
"Duration": 5000,
|
||||||
"Value": "553"
|
"Value": "553"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "LAUNCH",
|
||||||
|
"Node": "FGUClampBoost",
|
||||||
|
"Duration": 5000,
|
||||||
|
"Value": "161"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH",
|
"PowerHint": "LAUNCH",
|
||||||
"Node": "MemFreq",
|
"Node": "MemFreq",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue