Add CHECK debug.
This commit is contained in:
parent
90c0f18507
commit
7caa3075b8
@ -643,7 +643,7 @@ void NotificationManager::add_notifications_to_group_begin(NotificationGroups::i
|
|||||||
final_group_key.last_notification_date = notification.date;
|
final_group_key.last_notification_date = notification.date;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
CHECK(final_group_key.last_notification_date != 0);
|
LOG_CHECK(final_group_key.last_notification_date != 0) << final_group_key << ' ' << *group_it << ' ' << notifications;
|
||||||
|
|
||||||
bool is_position_changed = final_group_key.last_notification_date != group_key.last_notification_date;
|
bool is_position_changed = final_group_key.last_notification_date != group_key.last_notification_date;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user