Searched refs:APLOGI (Results 1 – 1 of 1) sorted by relevance
45 #define APLOGI(fmt, ...) ALOGI(fmt ": [%d] %s", __VA_ARGS__, errno, errno2str().c_str()) macro591 APLOGI("bind failed for socket %d", s); in startServer()609 APLOGI("fcntl(F_SETFL) failed for socket %d", s); in startServer()619 APLOGI("epoll_create() failed: %s", error_msg); in startServer()627 APLOGI("epoll_ctl() failed for socket %d", s); in startServer()708 APLOGI("sendto() failed for %s", host_str.c_str()); in requestHandler()