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

Commit ea278a94 authored by lge-aosp's avatar lge-aosp Committed by Dianne Hackborn
Browse files

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

Change-Id: I0338c85b562a224d2c478112937fd62d2208e7aa
parent febbf6e7
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);