commit | f0ef1e9987904eb2d9bd6a769cf56f6234f48a57 | [log] [tgz] |
---|---|---|
author | Dan Sandler <dsandler@android.com> | Mon Apr 28 14:59:33 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Apr 28 14:59:33 2014 +0000 |
tree | 5152e70908e1d104292ab58eb2e5922bd90611ad | |
parent | b039603867176c01c84ec1cbae681cb9868a4525 [diff] | |
parent | f68448ef618528b5e754c76aba09994018e86765 [diff] |
Merge "Remove chatty log message."
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java index 2ea5add..8f3c078 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
@@ -737,8 +737,9 @@ return false; } - Log.v(TAG, "publicNotification: " - + sbn.getNotification().publicVersion); + if (DEBUG) { + Log.v(TAG, "publicNotification: " + sbn.getNotification().publicVersion); + } Notification publicNotification = sbn.getNotification().publicVersion;