Home | History | Annotate | Download | only in tests

Lines Matching refs:ALOGI

45 #define APLOGI(fmt, ...) ALOGI(fmt ": [%d] %s", __VA_ARGS__, errno, errno2str().c_str())
162 ALOGI("parsing failed at line %d", __LINE__);
175 ALOGI("logic error: all names are expected to end with a '.'");
180 ALOGI("name component '%s' is %zu long, but max is 255",
185 ALOGI("buffer overflow at line %d", __LINE__);
202 ALOGI("parsing failed at line %d", __LINE__);
215 ALOGI("parsing failed at line %d", __LINE__);
222 ALOGI("name compression not implemented");
225 ALOGI("invalid name field type");
241 ALOGI("parsing failed at line %d", __LINE__);
245 ALOGI("parsing failed at line %d", __LINE__);
257 ALOGI("buffer overflow on line %d", __LINE__);
299 ALOGI("parsing failed at line %d", __LINE__);
305 ALOGI("parsing failed at line %d", __LINE__);
309 ALOGI("parsing failed at line %d", __LINE__);
322 ALOGI("buffer overflow on line %d", __LINE__);
338 ALOGI("parsing failed at line %d", __LINE__);
352 ALOGI("buffer overflow on line %d", __LINE__);
404 ALOGI("parsing failed at line %d", __LINE__);
412 ALOGI("parsing failed at line %d", __LINE__);
422 ALOGI("parsing failed at line %d", __LINE__);
432 ALOGI("parsing failed at line %d", __LINE__);
442 ALOGI("parsing failed at line %d", __LINE__);
452 ALOGI("buffer overflow on line %d", __LINE__);
536 ALOGI("Overwriting mapping for (%s, %s), previous address %s, new "
551 ALOGI("Cannot remove mapping mapping from (%s, %s), not present", name,
568 ALOGI("server already running");
580 ALOGI("getaddrinfo(%s, %s) failed: %s", listen_address_.c_str(),
597 ALOGI("bound to UDP %s:%s", host_str.c_str(), listen_service_.c_str());
602 ALOGI("bind() failed");
639 ALOGI("server started successfully");
646 ALOGI("server not running");
650 ALOGI("LOGIC ERROR");
653 ALOGI("stopping server");
660 ALOGI("server stopped successfully");
680 ALOGI("epoll_wait() failed");
693 ALOGI("recvfrom() failed");
696 ALOGI("read %zd bytes", len);
706 ALOGI("sent %zu bytes to %s", len, host_str.c_str());
714 if (cur == nullptr) ALOGI("response is flawed");
717 ALOGI("not responding");
725 ALOGI("request: '%s'", str2hex(buffer, len).c_str());
731 ALOGI("failed to parse query");
735 ALOGI("response received instead of a query");
739 ALOGI("unsupported request opcode received");
744 ALOGI("no questions present");
749 ALOGI("already %zu answers present in query", header.answers.size());
764 ALOGI("returning SRVFAIL in accordance with probability distribution");
772 ALOGI("unsupported question class %u", question.qclass);
795 ALOGI("no mapping found for %s %s, lazily refusing to add an answer",
799 ALOGI("mapping found for %s %s: %s", question.qname.name.c_str(),
809 ALOGI("inet_pton(AF_INET, %s) failed", it->second.c_str());
815 ALOGI("inet_pton(AF_INET6, %s) failed", it->second.c_str());
819 ALOGI("unhandled qtype %s", dnstype2str(question.qtype));