Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c1b8116 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Explain more MAX_IPC_SIZE is a recommendation and a hard limit." into...

Merge "Explain more MAX_IPC_SIZE is a recommendation and a hard limit." into main am: 1d168dd2 am: ccec6708

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3164471



Change-Id: I4b6ecb8556c7656ddcf03e7fe2fb212a9d2400a9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 482fd7ce ccec6708
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -185,7 +185,8 @@ public interface IBinder {

    /**
     * Limit that should be placed on IPC sizes to keep them safely under the
     * transaction buffer limit.
     * transaction buffer limit. This is a recommendation, and is not the real
     * limit. Transactions should be preferred to be even smaller than this.
     * @hide
     */
    public static final int MAX_IPC_SIZE = 64 * 1024;