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

Commit a53b7a41 authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by Android Git Automerger
Browse files

am 1b9d05de: Disable debug logging in DcTrackerBase

* commit '1b9d05de':
  Disable debug logging in DcTrackerBase
parents 0ef4c572 1b9d05de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ import java.util.PriorityQueue;
public abstract class DcTrackerBase extends Handler {
    protected static final boolean DBG = true;
    protected static final boolean VDBG = false; // STOPSHIP if true
    protected static final boolean VDBG_STALL = true; // STOPSHIP if true
    protected static final boolean VDBG_STALL = false; // STOPSHIP if true
    protected static final boolean RADIO_TESTS = false;

    static boolean mIsCleanupRequired = false;