/system/core/libnetutils/ |
D | dhcpclient.c | 73 ALOGD("%s", errmsg); in printerr() 154 ALOGD("--- dhcp %s (%d) ---", in dump_dhcp_info() 158 ALOGD("ip %s gw %s prefixLength %d", addr, gway, info->prefixLength); in dump_dhcp_info() 159 if (info->dns1) ALOGD("dns1: %s", ipaddr(info->dns1)); in dump_dhcp_info() 160 if (info->dns2) ALOGD("dns2: %s", ipaddr(info->dns2)); in dump_dhcp_info() 161 ALOGD("server %s, lease %d seconds", in dump_dhcp_info() 257 ALOGD("===== DHCP message:"); in dump_dhcp_msg() 259 ALOGD("Invalid length %d, should be %d", len, DHCP_MSG_FIXED_SIZE); in dump_dhcp_msg() 271 ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d", in dump_dhcp_msg() 273 ALOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d", in dump_dhcp_msg() [all …]
|
D | packet.c | 34 #define ALOGD printf macro 182 ALOGD("Packet is too small (%d) to be a UDP datagram", nread); in receive_packet() 186 ALOGD("Not a valid IP packet"); in receive_packet() 190 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len)); in receive_packet() 194 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol); in receive_packet() 198 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest)); in receive_packet()
|
D | ifc_utils.c | 49 #define ALOGD printf macro 657 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno)); in ifc_remove_default_route()
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 52 if (DBG) ALOGD("MDnsSdListener::Hander starting up"); in Handler() 66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId, in discover() 77 if (VDBG) ALOGD("using ref %p", ref); in discover() 91 if (VDBG) ALOGD("discover successful"); in discover() 112 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d", in MDnsSdListenerDiscoverCallback() 118 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d", in MDnsSdListenerDiscoverCallback() 145 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref); in stop() 158 ALOGD("serviceRegister(%d, %s, %s, %s, %s, %s, %d, %d, <binary>)", requestId, in serviceRegister() 184 if (VDBG) ALOGD("serviceRegister successful"); in serviceRegister() 204 if (VDBG) ALOGD("register succeeded for %d as %s", refNumber, serviceName); in MDnsSdListenerRegisterCallback() [all …]
|
D | TetherController.cpp | 60 ALOGD("Setting IP forward enable = %d", enable); in setIpFwdEnabled() 112 ALOGD("Starting tethering services"); in startTethering() 173 ALOGD("Tethering services running"); in startTethering() 186 ALOGD("Stopping tethering services"); in stopTethering() 193 ALOGD("Tethering services stopped"); in stopTethering() 218 ALOGD("setDnsForwarders(0x%x %d = '%s')", fwmark.intValue, i, servers[i]); in setDnsForwarders() 230 ALOGD("Too many DNS servers listed"); in setDnsForwarders() 241 ALOGD("Sending update msg to dnsmasq [%s]", daemonCmd); in setDnsForwarders() 270 ALOGD("Too many DNS ifaces listed"); in applyDnsInterfaces() 280 ALOGD("Sending update msg to dnsmasq [%s]", daemonCmd); in applyDnsInterfaces() [all …]
|
D | ResolverController.cpp | 34 ALOGD("setDnsServers netId = %u\n", netId); in setDnsServers() 44 ALOGD("clearDnsServers netId = %u\n", netId); in clearDnsServers() 51 ALOGD("flushDnsCache netId = %u\n", netId); in flushDnsCache()
|
D | ClatdController.cpp | 80 ALOGD("starting clatd on %s", interface); in startClatd() 110 ALOGD("clatd started on %s", interface); in startClatd() 124 ALOGD("Stopping clatd pid=%d on %s", pid, interface); in stopClatd() 130 ALOGD("clatd on %s stopped", interface); in stopClatd()
|
D | DnsProxyListener.cpp | 124 ALOGD("GetAddrInfoHandler, now for %s / %s / %u / %u", mHost, mService, mNetId, mMark); in run() 163 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 216 ALOGD("GetAddrInfoHandler for %s / %s / %u / %d / %u", in runCommand() 242 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 308 ALOGD("DnsProxyListener::GetHostByNameHandler::run\n"); in run() 316 ALOGD("GetHostByNameHandler::run gethostbyname errno: %s hp->h_name = %s, name_len = %zu\n", in run() 349 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 425 ALOGD("DnsProxyListener::GetHostByAddrHandler::run\n"); in run() 433 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %zu\n", in run()
|
D | SoftapController.cpp | 82 ALOGD("SoftAP started successfully"); in startSoftap() 95 ALOGD("Stopping the SoftAP service..."); in stopSoftap() 100 ALOGD("SoftAP stopped successfully"); in stopSoftap() 228 ALOGD("Softap fwReload - Ok"); in fwReloadSoftap()
|
D | PppController.cpp | 112 ALOGD("Stopping PPPD services on port %s", tty); in detachPppd() 116 ALOGD("PPPD services on port %s stopped", tty); in detachPppd()
|
D | InterfaceController.cpp | 90 ALOGD("%s ND offload on %s: %d (%s)", in setIPv6NdOffload()
|
D | CommandListener.cpp | 344 ALOGD("Setting iface cfg"); in runCommand() 373 ALOGD("Trying to bring up %s", argv[2]); in runCommand() 381 ALOGD("Trying to bring down %s", argv[2]); in runCommand() 410 ALOGD("Clearing all IP addresses on %s", argv[2]); in runCommand()
|
/system/security/keystore/ |
D | IKeystoreService.cpp | 62 ALOGD("test() could not contact remote: %d\n", status); in test() 68 ALOGD("test() caught exception %d\n", err); in test() 81 ALOGD("get() could not contact remote: %d\n", status); in get() 101 ALOGD("get() caught exception %d\n", err); in get() 120 ALOGD("import() could not contact remote: %d\n", status); in insert() 126 ALOGD("import() caught exception %d\n", err); in insert() 140 ALOGD("del() could not contact remote: %d\n", status); in del() 146 ALOGD("del() caught exception %d\n", err); in del() 160 ALOGD("exist() could not contact remote: %d\n", status); in exist() 166 ALOGD("exist() caught exception %d\n", err); in exist() [all …]
|
D | keystore.cpp | 584 ALOGD("couldn't insert encrypted blob while not unlocked"); in writeBlob() 1651 ALOGD("calling get in state: %d", state); in insert() 1790 ALOGD("calling lock in state: %d", state); in lock() 1808 ALOGD("calling unlock when not locked"); in unlock() 1996 ALOGD("calling import in state: %d", state); in import() 2068 ALOGD("calling verify in state: %d", state); in verify() 2193 ALOGD("calling grant in state: %d", state); in grant() 2218 ALOGD("calling ungrant in state: %d", state); in ungrant() 2276 ALOGD("calling duplicate in state: %d", state); in duplicate() 2283 ALOGD("migrate not granted from source: %d -> %d", callingUid, srcUid); in duplicate() [all …]
|
/system/core/libutils/ |
D | Looper.cpp | 170 ALOGD("%p ~ pollOnce - returning signalled identifier %d: " in pollOnce() 183 ALOGD("%p ~ pollOnce - returning result %d", this, result); in pollOnce() 197 ALOGD("%p ~ pollOnce - waiting: timeoutMillis=%d", this, timeoutMillis); in pollInner() 209 ALOGD("%p ~ pollOnce - next message in %lldns, adjusted timeout: timeoutMillis=%d", in pollInner() 244 ALOGD("%p ~ pollOnce - timeout", this); in pollInner() 252 ALOGD("%p ~ pollOnce - handling events from %d fds", this, eventCount); in pollInner() 299 ALOGD("%p ~ pollOnce - sending message: handler=%p, what=%d", in pollInner() 326 ALOGD("%p ~ pollOnce - invoking fd event callback %p: fd=%d, events=0x%x, data=%p", in pollInner() 370 ALOGD("%p ~ wake", this); in wake() 387 ALOGD("%p ~ awoken", this); in awoken() [all …]
|
D | StopWatch.cpp | 48 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed)); in ~StopWatch() 52 ALOGD(" [%d: %" PRId64 ", %" PRId64, i, ns2us(soFar), ns2us(thisLap)); in ~StopWatch()
|
D | RefBase.cpp | 114 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 128 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 208 ALOGD("STACK TRACE for %p saved in %s", this, name); in printRefs() 269 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref); in removeRef() 331 ALOGD("incStrong of %p from %p: cnt=%d\n", this, id, c); in incStrong() 347 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c); in decStrong() 369 ALOGD("forceIncStrong of %p from %p: cnt=%d\n", this, id, c); in forceIncStrong() 513 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount); in attemptIncStrong()
|
D | Tokenizer.cpp | 133 ALOGD("nextToken"); in nextToken() 149 ALOGD("nextLine"); in nextLine() 163 ALOGD("skipDelimiters"); in skipDelimiters()
|
D | LinearAllocator.cpp | 220 ALOGD("%sTotal allocated: %.2f%s", prefix, prettySize, prettySuffix); in dumpMemoryStats() 222 ALOGD("%sWasted space: %.2f%s (%.1f%%)", prefix, prettySize, prettySuffix, in dumpMemoryStats() 224 ALOGD("%sPages %zu (dedicated %zu)", prefix, mPageCount, mDedicatedPageCount); in dumpMemoryStats()
|
D | FileMap.cpp | 69 ALOGD("munmap(%p, %zu) failed\n", mBasePtr, mBaseLength); in ~FileMap() 74 ALOGD("UnmapViewOfFile(%p) failed, error = %" PRId32 "\n", mBasePtr, in ~FileMap()
|
D | PropertyMap.cpp | 138 ALOGD("Parsed property file '%s' %d lines in %0.3fms.", in load() 166 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(), in parse()
|
/system/core/libcutils/ |
D | loghack.h | 31 #define ALOGD(...) ALOG("D", __VA_ARGS__) macro
|
/system/core/include/log/ |
D | log.h | 100 #ifndef ALOGD 101 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
|
/system/core/libutils/tests/ |
D | BasicHashtable_test.cpp | 159 ALOGD("hashtable %p, size=%u, capacity=%u, bucketCount=%u", in dump() 168 ALOGD(" [%3u] = collision=%d, present=%d, hash=0x%08x, key=%3d, value=%3d, " in dump() 172 ALOGD(" [%3u] = collision=%d, present=%d", in dump()
|
/system/core/liblog/ |
D | README | 23 ALOGD(format, ...)
|