summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-08-27 18:20:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-27 18:20:44 +0000
commitd220a830f4fb0e13e31d7632eb04f70fedd31e97 (patch)
tree7381a764334c42ac37f7dfd0bb928dd9381e60b4
parent6b8c69edd210ad86eb659e06681422bb29ba2123 (diff)
parent63410109977a932e342a624243dbd9427e29fe36 (diff)
downloadframeworks_base-d220a830f4fb0e13e31d7632eb04f70fedd31e97.zip
frameworks_base-d220a830f4fb0e13e31d7632eb04f70fedd31e97.tar.gz
frameworks_base-d220a830f4fb0e13e31d7632eb04f70fedd31e97.tar.bz2
Merge "Change DBG to false to eliminate logcat messages." into klp-dev
-rw-r--r--core/java/com/android/internal/notification/DemoContactNotificationScorer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/com/android/internal/notification/DemoContactNotificationScorer.java b/core/java/com/android/internal/notification/DemoContactNotificationScorer.java
index 62529e9..f484724 100644
--- a/core/java/com/android/internal/notification/DemoContactNotificationScorer.java
+++ b/core/java/com/android/internal/notification/DemoContactNotificationScorer.java
@@ -41,8 +41,8 @@ import java.util.List;
*/
public class DemoContactNotificationScorer implements NotificationScorer {
- private static final String TAG = "StarredContactScoring";
- private static final boolean DBG = true;
+ private static final String TAG = "DemoContactNotificationScorer";
+ private static final boolean DBG = false;
protected static final boolean ENABLE_CONTACT_SCORER = true;
private static final String SETTING_ENABLE_SCORER = "contact_scorer_enabled";