Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e67ec4eb authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Restore DHCP client logging.

Bug: 28955598
Change-Id: I2e2684a787061612471830e4d840ce422091bafb
parent 1cb6f9d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;