summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2017-06-24 01:50:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-06-24 01:50:40 +0000
commit7fce51594ee2393642dccaf277f204928fff86ad (patch)
treea7031ef31db47594132e3cdb22e3467067875cf3
parent0b138595de60fc4a17390b37dc7151f250b2e587 (diff)
parent4682b509b988e656733ba9cbe48bd62a679411d5 (diff)
downloadbase-7fce51594ee2393642dccaf277f204928fff86ad.tar.gz
Merge "Remove unnecessary dumpsys output." into oc-dev
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java
index c0691c11a286..e5b1afe31370 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java
@@ -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) {