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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user