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

Commit 434a2924 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Dump when in bugreport

Test: bugreport
Fixes: 144612111
Change-Id: I0246c49dae0e58b6fbc9b7ecf3c406c76effde1a
parent 7901f7f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)) {