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

Commit 08741e96 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Reduce log noise.

Bug: 21941219
Change-Id: Ic84719cf1b901c7e6befeca5c73685301e511db8
parent 43cf8d1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8270,7 +8270,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                try {
                    if (AppGlobals.getPackageManager().isUidPrivileged(callingUid)) {
                        allowed = true;
                        Slog.w(TAG, caller + ": caller " + callingUid
                        if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid
                                + " is using old GET_TASKS but privileged; allowing");
                    }
                } catch (RemoteException e) {
@@ -8278,7 +8278,7 @@ public final class ActivityManagerService extends ActivityManagerNative
            }
        }
        if (!allowed) {
            Slog.w(TAG, caller + ": caller " + callingUid
            if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid
                    + " does not hold REAL_GET_TASKS; limiting output");
        }
        return allowed;