Log the flags also when passing the notification to device #456

here
Daniele Gobbetti 2016-12-18 11:03:54 +01:00
parent 861c655b5d
commit f1965c7b00
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ public class NotificationListener extends NotificationListenerService {
notificationSpec.type = AppNotificationType.getInstance().get(source);
LOG.info("Processing notification from source " + source);
LOG.info("Processing notification from source " + source + " with flags: " + notification.flags);
dissectNotificationTo(notification, notificationSpec, preferBigText);
notificationSpec.id = (int) sbn.getPostTime(); //FIMXE: a truly unique id would be better