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

Commit 7b4bbc61 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix NPE" am: c59e4b77 am: 999219b9 am: beb4c13a

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0a6adc580ba8fa8eb12d5328d0e2e4efe95d14bd
parents 1a4243b4 beb4c13a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);