Loading services/core/java/com/android/server/pm/UserManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -5183,6 +5183,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); Loading Loading
services/core/java/com/android/server/pm/UserManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -5183,6 +5183,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); Loading