Merge "Restore DHCP client logging." into nyc-dev am: 0f8529236e am: 4664b09778

am: 52c004d263

* commit '52c004d2637d26b4f70dcba667e2d79e33c62c40':
  Restore DHCP client logging.

Change-Id: I016b6d54004b8e24c50687e5f4f73f9c46e3d2b6
This commit is contained in:
Lorenzo Colitti
2016-05-27 22:47:16 +00:00
committed by android-build-merger

View File

@@ -84,7 +84,7 @@ import static android.net.dhcp.DhcpPacket.*;
public class DhcpClient extends StateMachine {
private static final String TAG = "DhcpClient";
private static final boolean DBG = false;
private static final boolean DBG = true;
private static final boolean STATE_DBG = false;
private static final boolean MSG_DBG = false;
private static final boolean PACKET_DBG = false;