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

Commit 1b9d05de authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak
Browse files

Disable debug logging in DcTrackerBase

Bug: 19689655
Change-Id: Ic3e525bde869addd4f85acdeee785d4d857538ad
parent 6e6dff5d
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;