Merge "Add missing log parameters and fix the ordering." into udc-dev am: c4d4992a12
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22889663 Change-Id: I23eed16a51c5e9e75f9e6b1891576d8fb0893ba0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -16374,7 +16374,8 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
|
|||||||
// TODO(b/128928355): if this restriction is enforced by multiple DPCs, return
|
// TODO(b/128928355): if this restriction is enforced by multiple DPCs, return
|
||||||
// the admin for the calling user.
|
// the admin for the calling user.
|
||||||
Slogf.w(LOG_TAG, "getEnforcingAdminAndUserDetailsInternal(%d, %s): multiple "
|
Slogf.w(LOG_TAG, "getEnforcingAdminAndUserDetailsInternal(%d, %s): multiple "
|
||||||
+ "sources for restriction %s on user %d", restriction, userId);
|
+ "sources for restriction %s on user %d",
|
||||||
|
userId, restriction, restriction, userId);
|
||||||
result = new Bundle();
|
result = new Bundle();
|
||||||
result.putInt(Intent.EXTRA_USER_ID, userId);
|
result.putInt(Intent.EXTRA_USER_ID, userId);
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user