commit | c27714b88b8a89549e3d45c52f17bce0a09d378d | [log] [tgz] |
---|---|---|
author | Rick Yiu <rickyiu@google.com> | Mon Sep 16 19:07:17 2019 +0800 |
committer | Rick Yiu <rickyiu@google.com> | Mon Sep 30 08:35:28 2019 +0000 |
tree | a3d5c7d1a525b049f1526310b4da39c5b01bdc30 | |
parent | 4f597192b7944b67bb91670dd94ac1450705b1b8 [diff] |
libprocessgroup: add support to set aggregate profiles To support setting multiple profiles with one call. The json format is as below example. "AggregateProfiles": [ ... { "Name": "SCHED_SP_BACKGROUND", "Profiles": [ "HighEnergySaving", "LowIoPriority", "TimerSlackHigh" ] }, ... } Bug: 139521784 Test: SetProfile works as expected Change-Id: Ibe14ed57d5169cafcbcbbdb054df3ed171a2f6a2