Merge "Add log to NoMan for canceled cancels" into rvc-qpr-dev

This commit is contained in:
Julia Reynolds
2020-09-14 18:12:58 +00:00
committed by Android (Google) Code Review

View File

@@ -6245,6 +6245,8 @@ public class NotificationManagerService extends SystemService {
for (NotificationRecord r : enqueued) {
if (r.mUpdateTimeMs > mWhen) {
// At least one enqueue was posted after the cancel, so we're invalid
Slog.i(TAG, "notification cancel ignored due to newer enqueued entry"
+ "key=" + r.getSbn().getKey());
return;
}
}