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

Commit ee4a2728 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

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

* commit 'd220a830':
  Change DBG to false to eliminate logcat messages.
parents c97ab7ea d220a830
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";