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

Commit 74ab5119 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Referencing of "r.record.name" is occured, when "r.record"...

Merge "DO NOT MERGE Referencing of "r.record.name" is occured, when "r.record" is null." into honeycomb
parents e695bdde ea278a94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9574,7 +9574,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                // r.record is null if findServiceLocked() failed the caller permission check
                if (r.record == null) {
                    throw new SecurityException(
                            "Permission Denial: Accessing service " + r.record.name
                            "Permission Denial: Accessing service "
                            + " from pid=" + Binder.getCallingPid()
                            + ", uid=" + Binder.getCallingUid()
                            + " requires " + r.permission);