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

Commit bb5bcaaa authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Turn on more logging to find this bug.

bug:8377625
Change-Id: I0c086402122d45fc409d237a3b96d96146f1f74c
parent 67bea2ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ import android.util.Log;
public class DhcpStateMachine extends StateMachine {
public class DhcpStateMachine extends StateMachine {


    private static final String TAG = "DhcpStateMachine";
    private static final String TAG = "DhcpStateMachine";
    private static final boolean DBG = false;
    private static final boolean DBG = true;




    /* A StateMachine that controls the DhcpStateMachine */
    /* A StateMachine that controls the DhcpStateMachine */