OSDN Git Service

Remove unnecessary dumpsys output.
authorDan Sandler <dsandler@android.com>
Fri, 23 Jun 2017 16:42:19 +0000 (12:42 -0400)
committerandroid-build-team Robot <android-build-team-robot@google.com>
Mon, 26 Jun 2017 20:44:15 +0000 (20:44 +0000)
Change-Id: I5ec0b6b44fca58e9f5f61444acbff7a15550b135
Fixes: 62828801
Test: adb shell dumpsys activity service SystemUI | grep -c tickerText
      (should be zero)
(cherry picked from commit 4682b509b988e656733ba9cbe48bd62a679411d5)

packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java

index c0691c1..e5b1afe 100644 (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) {