Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d220a830 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

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

parents 6b8c69ed 63410109
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";