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

Commit dce720f1 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "Fixing WifiWatchdog log flag"

parents 460418eb e0469755
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ import java.util.regex.Pattern;
public class WifiWatchdogStateMachine extends StateMachine {


    private static final boolean VDBG = true;  //TODO : Remove this before merge
    private static final boolean VDBG = false;
    private static final boolean DBG = true;
    private static final String WWSM_TAG = "WifiWatchdogStateMachine";