Merge "Fix NPE" am: c59e4b774c am: 999219b9fb am: beb4c13a4d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1495856

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0a6adc580ba8fa8eb12d5328d0e2e4efe95d14bd
This commit is contained in:
Treehugger Robot
2021-01-06 22:06:18 +00:00
committed by Automerger Merge Worker

View File

@@ -5326,6 +5326,9 @@ public class UserManagerService extends IUserManager.Stub {
debugMsg + " for another profile "
+ targetUserId + " from " + callingUserId);
}
Slog.w(LOG_TAG, debugMsg + " for another profile "
+ targetUserId + " from " + callingUserId);
return false;
}
UserInfo targetUserInfo = getUserInfoLU(targetUserId);