History log of /frameworks/base/core/java/android/app/ServiceStartArgs.aidl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3f7c9f2d0164f2b5826c194e9309791637f35c2c 05-Apr-2017 Dianne Hackborn <hackbod@google.com> Deliver start service args with ParcelledListSlice.

We have seen issues where we fail restarting a process
because there are so many services with so many pending
start arguments that we hit IPC limits. So instead of
doing an IPC for each service start, collect them together
in a list that is sent once, and send it inside of a
ParcelledListSlice to control how much data is written
inline in the IPC.

Test: boot and ran
Change-Id: Ifed26ccdf535871e577fc02c7ef1d09060ab06ca
/frameworks/base/core/java/android/app/ServiceStartArgs.aidl