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

Commit e741b541 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Restore DHCP client logging." into nyc-dev am: 0f852923 am: 4664b097

am: 52c004d2

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

Change-Id: I016b6d54004b8e24c50687e5f4f73f9c46e3d2b6
parents 1b209855 52c004d2
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;