summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julia Reynolds <juliacr@google.com> 2020-01-22 00:01:30 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-01-22 00:01:30 +0000
commit1dc6ec5bf5503b36d0430a09aa94dd00677efcf5 (patch)
tree14a6512e988752c23f62892a1b37ec5c90a3f04f
parent422e660e8c810106a2a84665319bfc54ba709684 (diff)
parent434a292468f0583129f575d6a496e29678343e54 (diff)
Merge "Dump when in bugreport"
-rw-r--r--services/core/java/com/android/server/notification/NotificationRecord.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/notification/NotificationRecord.java b/services/core/java/com/android/server/notification/NotificationRecord.java
index c8afcc97d5b1..f344a8464f10 100644
--- a/services/core/java/com/android/server/notification/NotificationRecord.java
+++ b/services/core/java/com/android/server/notification/NotificationRecord.java
@@ -466,6 +466,7 @@ public final class NotificationRecord {
pw.println(prefix + "deleteIntent=" + notification.deleteIntent);
pw.println(prefix + "number=" + notification.number);
pw.println(prefix + "groupAlertBehavior=" + notification.getGroupAlertBehavior());
+ pw.println(prefix + "when=" + notification.when);
pw.print(prefix + "tickerText=");
if (!TextUtils.isEmpty(notification.tickerText)) {