Loading services/core/java/com/android/server/am/UriPermission.java +3 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.server.am; import android.content.Intent; import android.os.Binder; import android.os.UserHandle; import android.util.ArraySet; import android.util.Log; Loading Loading @@ -101,7 +102,8 @@ final class UriPermission { Slog.d(TAG, "Permission for " + targetPkg + " to " + uri + " is changing from 0x" + Integer.toHexString(oldModeFlags) + " to 0x" + Integer.toHexString(modeFlags), + Integer.toHexString(modeFlags) + " via calling UID " + Binder.getCallingUid() + " PID " + Binder.getCallingPid(), new Throwable()); } } Loading Loading
services/core/java/com/android/server/am/UriPermission.java +3 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.server.am; import android.content.Intent; import android.os.Binder; import android.os.UserHandle; import android.util.ArraySet; import android.util.Log; Loading Loading @@ -101,7 +102,8 @@ final class UriPermission { Slog.d(TAG, "Permission for " + targetPkg + " to " + uri + " is changing from 0x" + Integer.toHexString(oldModeFlags) + " to 0x" + Integer.toHexString(modeFlags), + Integer.toHexString(modeFlags) + " via calling UID " + Binder.getCallingUid() + " PID " + Binder.getCallingPid(), new Throwable()); } } Loading