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

Commit a35c5e1c authored by Adam Bookatz's avatar Adam Bookatz Committed by Android (Google) Code Review
Browse files

Merge "Log when removeUser called again" into sc-dev

parents 852ca25a 9a3ac3c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3880,6 +3880,7 @@ public class UserManagerService extends IUserManager.Stub {
     */
    @Override
    public boolean removeUser(@UserIdInt int userId) {
        Slog.i(LOG_TAG, "removeUser u" + userId);
        checkManageOrCreateUsersPermission("Only the system can remove users");

        final String restriction = getUserRemovalRestriction(userId);