/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 | 35 #define ALOGD printf macro 183 ALOGD("Packet is too small (%d) to be a UDP datagram", nread); in receive_packet() 187 ALOGD("Not a valid IP packet"); in receive_packet() 191 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len)); in receive_packet() 195 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol); in receive_packet() 199 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest)); in receive_packet()
|
D | ifc_utils.c | 50 #define ALOGD printf macro 684 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno)); in ifc_remove_default_route()
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 55 if (DBG) ALOGD("MDnsSdListener::Hander starting up"); in Handler() 69 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId, in discover() 80 if (VDBG) ALOGD("using ref %p", ref); in discover() 94 if (VDBG) ALOGD("discover successful"); in discover() 115 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d", in MDnsSdListenerDiscoverCallback() 121 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d", in MDnsSdListenerDiscoverCallback() 148 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref); in stop() 161 ALOGD("serviceRegister(%d, %s, %s, %s, %s, %s, %d, %d, <binary>)", requestId, in serviceRegister() 187 if (VDBG) ALOGD("serviceRegister successful"); in serviceRegister() 207 if (VDBG) ALOGD("register succeeded for %d as %s", refNumber, serviceName); in MDnsSdListenerRegisterCallback() [all …]
|
D | TetherController.cpp | 101 ALOGD("Setting IP forward enable = %s", value); in setIpFwdEnabled() 133 ALOGD("Starting tethering services"); in startTethering() 193 ALOGD("Tethering services running"); in startTethering() 206 ALOGD("Stopping tethering services"); in stopTethering() 213 ALOGD("Tethering services stopped"); in stopTethering() 238 ALOGD("setDnsForwarders(0x%x %d = '%s')", fwmark.intValue, i, servers[i]); in setDnsForwarders() 252 ALOGD("Too many DNS servers listed"); in setDnsForwarders() 263 ALOGD("Sending update msg to dnsmasq [%s]", daemonCmd); in setDnsForwarders() 293 ALOGD("Too many DNS ifaces listed"); in applyDnsInterfaces() 303 ALOGD("Sending update msg to dnsmasq [%s]", daemonCmd); in applyDnsInterfaces() [all …]
|
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 | SoftapController.cpp | 87 ALOGD("SoftAP started successfully"); in startSoftap() 100 ALOGD("Stopping the SoftAP service..."); in stopSoftap() 105 ALOGD("SoftAP stopped successfully"); in stopSoftap() 216 ALOGD("Softap fwReload - Ok"); in fwReloadSoftap()
|
D | DnsProxyListener.cpp | 190 ALOGD("GetAddrInfoHandler, now for %s / %s / {%u,%u,%u,%u,%u}", mHost, mService, in run() 235 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 282 ALOGD("GetAddrInfoHandler for %s / %s / {%u,%u,%u,%u,%u}", in runCommand() 311 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 377 ALOGD("DnsProxyListener::GetHostByNameHandler::run\n"); in run() 385 ALOGD("GetHostByNameHandler::run gethostbyname errno: %s hp->h_name = %s, name_len = %zu\n", in run() 423 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 499 ALOGD("DnsProxyListener::GetHostByAddrHandler::run\n"); in run() 507 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %zu\n", in run()
|
D | PppController.cpp | 117 ALOGD("Stopping PPPD services on port %s", tty); in detachPppd() 121 ALOGD("PPPD services on port %s stopped", tty); in detachPppd()
|
D | ResolverController.cpp | 46 ALOGD("setDnsServers netId = %u\n", netId); in setDnsServers() 54 ALOGD("clearDnsServers netId = %u\n", netId); in clearDnsServers() 61 ALOGD("flushDnsCache netId = %u\n", netId); in flushDnsCache()
|
D | InterfaceController.cpp | 146 ALOGD("%s ND offload on %s: %d (%s)", in setIPv6NdOffload()
|
/system/core/libutils/ |
D | Looper.cpp | 147 ALOGD("%p ~ rebuildEpollLocked - rebuilding epoll set", this); in rebuildEpollLocked() 180 ALOGD("%p ~ scheduleEpollRebuildLocked - scheduling epoll set rebuild", this); in scheduleEpollRebuildLocked() 198 ALOGD("%p ~ pollOnce - returning signalled identifier %d: " in pollOnce() 211 ALOGD("%p ~ pollOnce - returning result %d", this, result); in pollOnce() 225 ALOGD("%p ~ pollOnce - waiting: timeoutMillis=%d", this, timeoutMillis); in pollInner() 237 ALOGD("%p ~ pollOnce - next message in %" PRId64 "ns, adjusted timeout: timeoutMillis=%d", in pollInner() 279 ALOGD("%p ~ pollOnce - timeout", this); in pollInner() 287 ALOGD("%p ~ pollOnce - handling events from %d fds", this, eventCount); in pollInner() 334 ALOGD("%p ~ pollOnce - sending message: handler=%p, what=%d", in pollInner() 361 ALOGD("%p ~ pollOnce - invoking fd event callback %p: fd=%d, events=0x%x, data=%p", in pollInner() [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 | Tokenizer.cpp | 131 ALOGD("nextToken"); in nextToken() 147 ALOGD("nextLine"); in nextLine() 161 ALOGD("skipDelimiters"); in skipDelimiters()
|
D | RefBase.cpp | 175 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 189 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 269 ALOGD("STACK TRACE for %p saved in %s", this, name); in printRefs() 330 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref); in removeRef() 392 ALOGD("incStrong of %p from %p: cnt=%d\n", this, id, c); in incStrong() 411 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c); in decStrong() 445 ALOGD("forceIncStrong of %p from %p: cnt=%d\n", this, id, c); in forceIncStrong() 593 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount); in attemptIncStrong()
|
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()
|
D | FileMap.cpp | 101 ALOGD("UnmapViewOfFile(%p) failed, error = %" PRId32 "\n", mBasePtr, in ~FileMap() 109 ALOGD("munmap(%p, %zu) failed\n", mBasePtr, mBaseLength); in ~FileMap()
|
/system/security/keystore/ |
D | IKeystoreService.cpp | 431 ALOGD("Failed to allocate buffer for generateKey outCharacteristics"); in readParamList() 471 ALOGD("getState() could not contact remote: %d\n", status); in getState() 477 ALOGD("getState() caught exception %d\n", err); in getState() 491 ALOGD("get() could not contact remote: %d\n", status); in get() 511 ALOGD("get() caught exception %d\n", err); in get() 530 ALOGD("import() could not contact remote: %d\n", status); in insert() 536 ALOGD("import() caught exception %d\n", err); in insert() 550 ALOGD("del() could not contact remote: %d\n", status); in del() 556 ALOGD("del() caught exception %d\n", err); in del() 570 ALOGD("exist() could not contact remote: %d\n", status); in exist() [all …]
|
D | keystore_main.cpp | 81 ALOGD("Wrapping keymaster0 module %s with SoftKeymasterDevice", mod->name); in keymaster0_device_initialize() 115 ALOGD("Wrapping keymaster1 module %s with SofKeymasterDevice", mod->name); in keymaster1_device_initialize()
|
D | key_store_service.cpp | 230 ALOGD("calling lock in state: %d", state); in lock() 498 ALOGD("calling duplicate in state: %d", state); in duplicate() 505 ALOGD("migrate not granted from source: %d -> %d", callingUid, srcUid); in duplicate() 515 ALOGD("can only duplicate from caller to other or to same uid: " in duplicate() 522 ALOGD("duplicate not granted to dest: %d -> %d", callingUid, destUid); in duplicate() 534 ALOGD("destination already exists: %s", targetFile.string()); in duplicate() 915 ALOGD("Reached or exceeded concurrent operations limit"); in begin() 1169 ALOGD("Trying to prune operation %p", oldest.get()); in pruneOperation()
|
D | blob.cpp | 95 ALOGD("couldn't insert encrypted blob while not unlocked"); in writeBlob()
|
/system/core/fingerprintd/ |
D | FingerprintDaemonProxy.cpp | 54 ALOGD("onError(%d)", msg->data.error); in hal_notify_callback() 58 ALOGD("onAcquired(%d)", msg->data.acquired.acquired_info); in hal_notify_callback() 62 ALOGD("onAuthenticated(fid=%d, gid=%d)", in hal_notify_callback() 74 ALOGD("onEnrollResult(fid=%d, gid=%d, rem=%d)", in hal_notify_callback() 84 ALOGD("onRemove(fid=%d, gid=%d)", in hal_notify_callback() 92 ALOGD("onEnumerate(fid=%d, gid=%d, rem=%d)", in hal_notify_callback() 258 ALOGD("binder died"); in binderDied()
|
/system/vold/fs/ |
D | Ext4.cpp | 112 ALOGD("Not running %s on %s (executable not in system image)\n", in Check() 115 ALOGD("Running %s on %s\n", kFsckPath, c_source); in Check()
|
/system/core/include/log/ |
D | log.h | 113 #ifndef ALOGD 114 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 251 ALOGD("High cpu usage, start logging."); in start_tracing() 268 ALOGD("Usage back to low, stop logging."); in start_tracing()
|