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

Commit 79e31740 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Clarify getCallingPid for oneway transactions." am: 26bbd81b

Change-Id: I56cb4ea81b2d4fb814707fbedb05e329723e0aa5
parents da6b0cc6 26bbd81b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -260,6 +260,8 @@ public class Binder implements IBinder {
     * system services to determine its identity and check permissions.
     * If the current thread is not currently executing an incoming transaction,
     * then its own pid is returned.
     *
     * Warning: oneway transactions do not receive PID.
     */
    @CriticalNative
    public static final native int getCallingPid();