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

/system/core/libcutils/
H A Dloghack.h33 #define ALOGW(...) ALOG("W", __VA_ARGS__) macro
/system/core/libnetutils/
H A Dpacket.c35 #define ALOGW printf macro
212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check);
236 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);
H A Difc_utils.c50 #define ALOGW printf macro
/system/core/include/log/
H A Dlog.h128 #ifndef ALOGW
129 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro

Completed in 1289 milliseconds