task_profiles: add ServicePerformance to legacy device policy am: 276ba2c75b

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/15998087

Change-Id: Iac66ba0d501e34679fefd259d3d1ee0306050d28
This commit is contained in:
Wei Wang 2021-10-08 21:26:32 +00:00 committed by Automerger Merge Worker
commit 52dc14cece
3 changed files with 39 additions and 0 deletions

View File

@ -39,6 +39,19 @@
}
]
},
{
"Name": "ServicePerformance",
"Actions": [
{
"Name": "JoinCgroup",
"Params":
{
"Controller": "schedtune",
"Path": "background"
}
}
]
},
{
"Name": "HighPerformance",
"Actions": [

View File

@ -52,6 +52,19 @@
}
]
},
{
"Name": "ServicePerformance",
"Actions": [
{
"Name": "JoinCgroup",
"Params":
{
"Controller": "schedtune",
"Path": "background"
}
}
]
},
{
"Name": "MaxPerformance",
"Actions": [

View File

@ -39,6 +39,19 @@
}
]
},
{
"Name": "ServicePerformance",
"Actions": [
{
"Name": "JoinCgroup",
"Params":
{
"Controller": "schedtune",
"Path": "background"
}
}
]
},
{
"Name": "HighPerformance",
"Actions": [