Merge "Add more information to notifications dump."

This commit is contained in:
Aaron Heuckroth
2018-07-03 14:13:22 +00:00
committed by Android (Google) Code Review

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)) {