Loading wifi/java/android/net/wifi/WifiWatchdogStateMachine.java +1 −6 Original line number Diff line number Diff line Loading @@ -75,8 +75,7 @@ import java.text.DecimalFormat; */ public class WifiWatchdogStateMachine extends StateMachine { /* STOPSHIP: Keep this configurable for debugging until ship */ private static boolean DBG = false; private static final boolean DBG = false; private static final int BASE = Protocol.BASE_WIFI_WATCHDOG; Loading Loading @@ -697,10 +696,6 @@ public class WifiWatchdogStateMachine extends StateMachine { switch (msg.what) { case EVENT_WATCHDOG_SETTINGS_CHANGE: updateSettings(); // STOPSHIP: Remove this at ship logd("Updated secure settings and turned debug on"); DBG = true; if (mPoorNetworkDetectionEnabled) { transitionTo(mOnlineWatchState); } else { Loading Loading
wifi/java/android/net/wifi/WifiWatchdogStateMachine.java +1 −6 Original line number Diff line number Diff line Loading @@ -75,8 +75,7 @@ import java.text.DecimalFormat; */ public class WifiWatchdogStateMachine extends StateMachine { /* STOPSHIP: Keep this configurable for debugging until ship */ private static boolean DBG = false; private static final boolean DBG = false; private static final int BASE = Protocol.BASE_WIFI_WATCHDOG; Loading Loading @@ -697,10 +696,6 @@ public class WifiWatchdogStateMachine extends StateMachine { switch (msg.what) { case EVENT_WATCHDOG_SETTINGS_CHANGE: updateSettings(); // STOPSHIP: Remove this at ship logd("Updated secure settings and turned debug on"); DBG = true; if (mPoorNetworkDetectionEnabled) { transitionTo(mOnlineWatchState); } else { Loading