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

Commit 63410109 authored by Scott Greenwald's avatar Scott Greenwald Committed by Daniel Sandler
Browse files

Change DBG to false to eliminate logcat messages.

DemoContactNotificationScorer was spamming logcat because DBG was
set to true. Also changed TAG to match the class name.

Bug: 10457063
Change-Id: Idca251b5b46d58ab64407e94ed4bec831e880aa4
parent 61d806c7
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";