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

Commit 6f108fa7 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Michael W
Browse files

Reduce log noise.

Bug: 21941219
Change-Id: I40272a067c3ec32022a4a2996d14b19991a86f88
parent bec4158c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8332,7 +8332,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) {
@@ -8340,7 +8340,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;