Home
last modified time | relevance | path

Searched refs:kDebug (Results 1 – 1 of 1) sorted by relevance

/device/generic/trusty/dhcp/client/
Ddhcpclient.cpp41 static const bool kDebug = false; variable
302 if (kDebug) ALOGD("Opts size too small %d", static_cast<int>(optsSize)); in configureDhcp()
320 if (kDebug) in configureDhcp()
461 if (kDebug) ALOGD("Discarding message: %s", res.c_str()); in receiveDhcpMessage()
494 if (kDebug) ALOGD("Moving from state %s to %s", stateToStr(mState), stateToStr(state)); in setNextState()
501 if (kDebug) ALOGD("Sending DHCPREQUEST"); in sendDhcpRequest()
507 if (kDebug) ALOGD("Sending DHCPDISCOVER"); in sendDhcpDiscover()