Searched defs:ALOGW (Results 1 - 3 of 3) sorted by relevance

/system/core/libnetutils/
H A Dpacket.c36 #define ALOGW printf macro
213 ALOGW("IP header checksum failure (0x%x)", packet.ip.check);
237 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);
H A Difc_utils.c51 #define ALOGW printf macro
/system/core/include/log/
H A Dlog.h141 #ifndef ALOGW
142 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro

Completed in 1258 milliseconds