Add more information to notifications dump.

Test: Manual.
Change-Id: Idee77eae3d3a5f3631820c8292e78857c3807256
Fixes: 77551055
This commit is contained in:
Aaron Heuckroth
2018-07-02 14:58:33 -04:00
parent 841f7c2f0c
commit b4d6aa7056

View File

@@ -443,6 +443,8 @@ public final class NotificationRecord {
pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent);
pw.println(prefix + "contentIntent=" + notification.contentIntent);
pw.println(prefix + "deleteIntent=" + notification.deleteIntent);
pw.println(prefix + "number=" + notification.number);
pw.println(prefix + "groupAlertBehavior=" + notification.getGroupAlertBehavior());
pw.print(prefix + "tickerText=");
if (!TextUtils.isEmpty(notification.tickerText)) {