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

Commit e0469755 authored by Isaac Levy's avatar Isaac Levy
Browse files

Fixing WifiWatchdog log flag

Accidentally merged verbose logging - setting to false.

Change-Id: I6cd9321c7602d86aac4a8340ef0233310a665bd9
parent 40c4321d
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";