Searched refs:APLOGI (Results 1 – 2 of 2) sorted by relevance
/system/netd/resolv/dns_responder/ |
D | dns_tls_frontend.cpp | 68 #define APLOGI(fmt, ...) ALOGI(fmt ": [%d] %s", __VA_ARGS__, errno, errno2str().c_str()) macro 210 APLOGI("ignore creating socket failed %d", s.get()); in startServer() 217 APLOGI("failed to bind TCP %s:%s", host_str.c_str(), listen_service_.c_str()); in startServer() 226 APLOGI("failed to listen socket %d", socket_.get()); in startServer() 247 APLOGI("backend socket %d creation failed", backend_socket_.get()); in startServer() 258 APLOGI("failed to create eventfd %d", event_fd_.get()); in startServer() 279 APLOGI("Poll failed with error %d", poll_code); in requestHandler() 296 APLOGI("failed to accept client socket %d", client.get()); in requestHandler() 408 APLOGI("failed to write eventfd, rt=%zd", rt); in sendToEventFd() 417 APLOGI("ignore reading eventfd failed, rt=%zd", rt); in handleEventFd()
|
D | dns_responder.cpp | 54 #define APLOGI(fmt, ...) ALOGI(fmt ": [%d] %s", __VA_ARGS__, errno, errno2str().c_str()) macro 609 APLOGI("ignore creating socket %d failed", socket_.get()); in startServer() 616 APLOGI("failed to bind UDP %s:%s", host_str.c_str(), listen_service_.c_str()); in startServer() 626 APLOGI("failed to create eventfd %d", event_fd_.get()); in startServer() 633 APLOGI("epoll_create1() failed on fd %d", epoll_fd_.get()); in startServer() 698 APLOGI("epoll_wait() failed, n=%d", n); in requestHandler() 929 APLOGI("epoll_ctl() for socket %d failed", fd); in addFd() 944 APLOGI("recvfrom() failed, len=%zu", len); in handleQuery() 964 APLOGI("sendto() failed for %s", host_str.c_str()); in handleQuery() 981 APLOGI("failed to write eventfd, rt=%zd", rt); in sendToEventFd() [all …]
|