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

Commit 23dac393 authored by Julia Reynolds's avatar Julia Reynolds Committed by Automerger Merge Worker
Browse files

Add log message for shortcut error am: 5f71bce0

Change-Id: I4a4600ef2bc470a2861e5014ba463d27a5ba1887
parents 55adb539 5f71bce0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5692,6 +5692,9 @@ public class NotificationManagerService extends SystemService {
        ShortcutInfo info = mShortcutHelper != null
                ? mShortcutHelper.getValidShortcutInfo(notification.getShortcutId(), pkg, user)
                : null;
        if (notification.getShortcutId() != null && info == null) {
            Slog.w(TAG, "notification " + r.getKey() + " added an invalid shortcut");
        }
        r.setShortcutInfo(info);

        if (!checkDisqualifyingFeatures(userId, notificationUid, id, tag, r,