Merge "Remove unnecessary dumpsys output." into oc-dev

am: 7fce51594e

Change-Id: Ia84326f38bbd1154c9ee5a76c3952a9c5e0699f2
This commit is contained in:
Daniel Sandler
2017-06-24 02:02:17 +00:00
committed by android-build-merger

View File

@@ -568,8 +568,6 @@ public class NotificationData {
mTmpRanking.getImportance());
pw.print(indent);
pw.println(" notification=" + n.getNotification());
pw.print(indent);
pw.println(" tickerText=\"" + n.getNotification().tickerText + "\"");
}
private static boolean isSystemNotification(StatusBarNotification sbn) {