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

am: a0049256ed

* commit 'a0049256edac628552cf132a42ff1657e73f4cf4':
  Restore DHCP client logging.

Change-Id: I4ce9642bd55ba6a7daa6fb2bc368b50fdf03530b
This commit is contained in:
Lorenzo Colitti
2016-05-27 10:03:57 +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;