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

* commit '6cf355fff703ac5f4228459c5d6a6c5cd515bd02':
  Turn on more logging to find this bug.
This commit is contained in:
Robert Greenwalt
2013-03-14 18:03:50 +00:00
committed by Android Git Automerger

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 */