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

Commit 9f9ac420 authored by Samuel Fufa's avatar Samuel Fufa Committed by Android (Google) Code Review
Browse files

Merge "Log UserManagerService.removeUser stack trace"

parents 40140051 b213800d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3906,7 +3906,7 @@ public class UserManagerService extends IUserManager.Stub {
     */
    @Override
    public boolean removeUser(@UserIdInt int userId) {
        Slog.i(LOG_TAG, "removeUser u" + userId);
        Slog.i(LOG_TAG, "removeUser u" + userId, new Exception());
        checkManageOrCreateUsersPermission("Only the system can remove users");

        final String restriction = getUserRemovalRestriction(userId);