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

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

Add log message for shortcut error am: 5f71bce0 am: 23dac393

Change-Id: Ia54ed2153f8468f9df1903b40ca58023b8070d66
parents 93ee9ddb 23dac393
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,