Merge "Turn on more logging to find this bug." into jb-mr2-dev

This commit is contained in:
Robert Greenwalt
2013-03-14 17:59:19 +00:00
committed by Android (Google) Code Review

View File

@@ -50,7 +50,7 @@ import android.util.Log;
public class DhcpStateMachine extends StateMachine {
private static final String TAG = "DhcpStateMachine";
private static final boolean DBG = false;
private static final boolean DBG = true;
/* A StateMachine that controls the DhcpStateMachine */