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

Commit 26c33b6a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Clarify getCallingPid for oneway transactions." am: 26bbd81b am: 79e31740 am: 8d4c23bc am: a6fe68a0 am: 4209c552

Change-Id: I6cd2577ce1181040490a1d7fd7d8a57bea1e5357
parents 8495d484 4209c552
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -263,6 +263,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();