am d220a830: Merge "Change DBG to false to eliminate logcat messages." into klp-dev

* commit 'd220a830f4fb0e13e31d7632eb04f70fedd31e97':
  Change DBG to false to eliminate logcat messages.
This commit is contained in:
Chris Wren
2013-08-27 11:24:54 -07:00
committed by Android Git Automerger

View File

@@ -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";