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

Commit 8522bf81 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Replacing last log with Slog.

Change-Id: Iaedb4285e8a6e886840710de0c150474b072dd9b
parent 4c909d55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ class NavigationBarAppsModel {
                    || appUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID
                    || appUserInfo.profileGroupId != currentUserInfo.profileGroupId
                    || !appUserInfo.isEnabled()) {
                Log.e(TAG, "User " + appUserId +
                Slog.e(TAG, "User " + appUserId +
                        " is is not a profile of the current user, or is disabled.");
                return null;
            }