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

Commit 999219b9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix NPE" am: c59e4b77

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I845d4ba84016257a0abb2eed5b2fff256faa3e58
parents 95d9ae06 c59e4b77
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);