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

Commit d6af6f0d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log correct UID" into udc-dev

parents 89b8029f a0e858da
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14247,7 +14247,8 @@ public class ActivityManagerService extends IActivityManager.Stub
                throw new SecurityException(
                        "Intent " + intent.getAction() + " may not be broadcast from an SDK sandbox"
                        + " uid. Given caller package " + callerPackage + " (pid=" + callingPid
                        + ", uid=" + callingUid + ")");
                        + ", realCallingUid=" + realCallingUid + ", callingUid= " + callingUid
                        + ")");
            }
        }