Searched defs:LOGD (Results 1 - 4 of 4) sorted by relevance

/system/core/libcutils/
H A Dloghack.h31 #define LOGD(...) LOG("D", __VA_ARGS__) macro
/system/core/libnetutils/
H A Dpacket.c34 #define LOGD printf macro
182 LOGD("Packet is too small (%d) to be a UDP datagram", nread);
186 LOGD("Not a valid IP packet");
190 LOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len));
194 LOGD("IP protocol (%d) is not UDP", packet.ip.protocol);
198 LOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest));
H A Difc_utils.c49 #define LOGD printf macro
689 LOGD("failed to remove route for %s to %s: %s",
755 LOGD("failed to add %s as default route for %s: %s",
776 LOGD("failed to remove default route for %s: %s", ifname, strerror(errno));
/system/core/include/cutils/
H A Dlog.h100 #ifndef LOGD
101 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro

Completed in 104 milliseconds