Home
last modified time | relevance | path

Searched refs:ALOGD (Results 1 – 25 of 33) sorted by relevance

12

/system/core/libnetutils/
Ddhcpclient.c71 ALOGD("%s", errmsg); in printerr()
152 ALOGD("--- dhcp %s (%d) ---", in dump_dhcp_info()
156 ALOGD("ip %s gw %s prefixLength %d", addr, gway, info->prefixLength); in dump_dhcp_info()
157 if (info->dns1) ALOGD("dns1: %s", ipaddr(info->dns1)); in dump_dhcp_info()
158 if (info->dns2) ALOGD("dns2: %s", ipaddr(info->dns2)); in dump_dhcp_info()
159 ALOGD("server %s, lease %d seconds", in dump_dhcp_info()
255 ALOGD("===== DHCP message:"); in dump_dhcp_msg()
257 ALOGD("Invalid length %d, should be %d", len, DHCP_MSG_FIXED_SIZE); in dump_dhcp_msg()
269 ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d", in dump_dhcp_msg()
271 ALOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d", in dump_dhcp_msg()
[all …]
Dpacket.c34 #define ALOGD printf macro
179 ALOGD("Packet is too small (%d) to be a UDP datagram", nread); in receive_packet()
183 ALOGD("Not a valid IP packet"); in receive_packet()
187 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len)); in receive_packet()
191 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol); in receive_packet()
195 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest)); in receive_packet()
228 ALOGD("Malformed Packet"); in receive_packet()
Difc_utils.c44 #define ALOGD printf macro
682 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno)); in ifc_remove_default_route()
/system/netd/server/
DMDnsSdListener.cpp59 if (DBG) ALOGD("MDnsSdListener::Hander starting up"); in Handler()
73 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId, in discover()
84 if (VDBG) ALOGD("using ref %p", ref); in discover()
98 if (VDBG) ALOGD("discover successful"); in discover()
119 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d", in MDnsSdListenerDiscoverCallback()
125 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d", in MDnsSdListenerDiscoverCallback()
152 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref); in stop()
165 ALOGD("serviceRegister(%d, %s, %s, %s, %s, %s, %d, %d, <binary>)", requestId, in serviceRegister()
191 if (VDBG) ALOGD("serviceRegister successful"); in serviceRegister()
211 if (VDBG) ALOGD("register succeeded for %d as %s", refNumber, serviceName); in MDnsSdListenerRegisterCallback()
[all …]
DXfrmController.cpp175 ALOGD("%s", printBuf); in logHex()
257 ALOGD("Netlink request overran kernel buffer"); in validateResponse()
261 ALOGD("Netlink message received malformed error response"); in validateResponse()
273 ALOGD("Netlink message responded with an out-of-range message ID"); in validateResponse()
295 ALOGD("Sending Netlink XFRM Message: %s", xfrmMsgTypeToString(nlMsgType)); in sendMessage()
456 ALOGD("XfrmController:%s, line=%d", __FUNCTION__, __LINE__); in ipSecSetEncapSocketOwner()
491 ALOGD("XfrmController:%s, line=%d", __FUNCTION__, __LINE__); in ipSecAllocateSpi()
492 ALOGD("transformId=%d", transformId); in ipSecAllocateSpi()
493 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecAllocateSpi()
494 ALOGD("destinationAddress=%s", destinationAddress.c_str()); in ipSecAllocateSpi()
[all …]
DPppController.cpp118 ALOGD("Stopping PPPD services on port %s", tty); in detachPppd()
122 ALOGD("PPPD services on port %s stopped", tty); in detachPppd()
DFirewallController.cpp369 ALOGD("Could not read %s, max uid defaulting to %u", fileName.c_str(), kDefaultMaximumUid); in discoverMaximumValidUid()
375 ALOGD("%s was empty, max uid defaulting to %u", fileName.c_str(), kDefaultMaximumUid); in discoverMaximumValidUid()
392 ALOGD("Format of %s unrecognized, max uid defaulting to %u", fileName.c_str(), in discoverMaximumValidUid()
400 ALOGD("No max uid found, max uid defaulting to %u", kDefaultMaximumUid); in discoverMaximumValidUid()
DTetherController.cpp173 ALOGD("Setting IP forward enable = %s", value); in setIpFwdEnabled()
217 ALOGD("Starting tethering services"); in startTethering()
311 ALOGD("Tethering services running"); in startTethering()
351 ALOGD("Stopping tethering services"); in stopTethering()
359 ALOGD("Tethering services stopped"); in stopTethering()
384 ALOGD("setDnsForwarders(0x%x %d = '%s')", fwmark.intValue, i, servers[i]); in setDnsForwarders()
456 ALOGD("tetherInterface(%s)", interface); in tetherInterface()
478 ALOGD("untetherInterface(%s)", interface); in untetherInterface()
DTcpSocketMonitor.cpp162 ALOGD("tcpinfo polling interval set to %lld ms", mNextSleepDurationMs.count()); in setPollingInterval()
172 ALOGD("resuming tcpinfo polling (interval=%lldms)", mNextSleepDurationMs.count()); in resumePolling()
185 ALOGD("suspending tcpinfo polling"); in suspendPolling()
DClatdController.cpp421 ALOGD("starting clatd on %s v4=%s v6=%s pfx96=%s", iface, v4Str, v6Str, pfx96String); in init()
549 ALOGD("clatd started on %s", interface.c_str()); in startClatd()
564 ALOGD("Stopping clatd pid=%d on %s", tracker->pid, interface.c_str()); in stopClatd()
574 ALOGD("clatd on %s stopped", interface.c_str()); in stopClatd()
/system/core/libutils/
DLooper.cpp135 ALOGD("%p ~ rebuildEpollLocked - rebuilding epoll set", this); in rebuildEpollLocked()
168 ALOGD("%p ~ scheduleEpollRebuildLocked - scheduling epoll set rebuild", this); in scheduleEpollRebuildLocked()
186 ALOGD("%p ~ pollOnce - returning signalled identifier %d: " in pollOnce()
199 ALOGD("%p ~ pollOnce - returning result %d", this, result); in pollOnce()
213 ALOGD("%p ~ pollOnce - waiting: timeoutMillis=%d", this, timeoutMillis); in pollInner()
225 ALOGD("%p ~ pollOnce - next message in %" PRId64 "ns, adjusted timeout: timeoutMillis=%d", in pollInner()
267 ALOGD("%p ~ pollOnce - timeout", this); in pollInner()
275 ALOGD("%p ~ pollOnce - handling events from %d fds", this, eventCount); in pollInner()
322 ALOGD("%p ~ pollOnce - sending message: handler=%p, what=%d", in pollInner()
349 ALOGD("%p ~ pollOnce - invoking fd event callback %p: fd=%d, events=0x%x, data=%p", in pollInner()
[all …]
DRefBase.cpp209 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl()
223 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl()
309 ALOGD("STACK TRACE for %p saved in %s", this, name); in printRefs()
370 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref); in removeRef()
434 ALOGD("incStrong of %p from %p: cnt=%d\n", this, id, c); in incStrong()
456 ALOGD("incStrong (requiring strong) of %p from %p: cnt=%d\n", this, id, c); in incStrongRequireStrong()
466 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c); in decStrong()
505 ALOGD("forceIncStrong of %p from %p: cnt=%d\n", this, id, c); in forceIncStrong()
667 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount); in attemptIncStrong()
757 ALOGD("RefBase: Explicit destruction, weak count = %d (in %p)", mRefs->mWeak.load(), this); in ~RefBase()
DTokenizer.cpp127 ALOGD("nextToken"); in nextToken()
143 ALOGD("nextLine"); in nextLine()
157 ALOGD("skipDelimiters"); in skipDelimiters()
DStopWatch.cpp36 ALOGD("StopWatch %s (us): %" PRId64 " ", name(), ns2us(elapsedTime())); in ~StopWatch()
DFileMap.cpp115 ALOGD("UnmapViewOfFile(%p) failed, error = %lu\n", mBasePtr, in ~FileMap()
123 ALOGD("munmap(%p, %zu) failed\n", mBasePtr, mBaseLength); in ~FileMap()
/system/bpf/libbpf_android/
DLoader.cpp217 ALOGD("Couldn't find section %s (defaulting to %u [0x%x]).\n", name, defVal, defVal); in readSectionUint()
423 ALOGD("Loaded code section %d (%s)\n", i, name.c_str()); in readCodeSections()
444 ALOGD("Loaded relo section %d (%s)\n", i, name.c_str()); in readCodeSections()
450 ALOGD("Adding section %d to cs list\n", i); in readCodeSections()
547 ALOGD("bpf_create_map reusing map %s, ret: %d\n", mapNames[i].c_str(), fd.get()); in createMaps()
574 ALOGD("bpf_create_map name %s, ret: %d\n", mapNames[i].c_str(), fd.get()); in createMaps()
623 ALOGD( in applyRelo()
684 ALOGD("cs[%d].name:%s min_kver:%x .max_kver:%x (kvers:%x)\n", i, name.c_str(), min_kver, in loadCodeSections()
693 ALOGD("cs[%d].name:%s requires bpfloader version [0x%05x,0x%05x)\n", i, name.c_str(), in loadCodeSections()
714 ALOGD("New bpf prog load reusing prog %s, ret: %d (%s)\n", progPinLoc.c_str(), fd, in loadCodeSections()
[all …]
/system/core/libvndksupport/
Dlinker.cpp78 ALOGD("Loading %s from current namespace instead of sphal namespace.", name); in android_load_sphal_library()
/system/core/libcutils/
Dashmem-dev.cpp157 ALOGD("sys.use_memfd=false so memfd disabled\n"); in __has_memfd_support()
178 ALOGD("memfd: device has memfd support, using it\n"); in __has_memfd_support()
469 ALOGD("ashmem_get_size_region(%d): %d\n", fd, static_cast<int>(sb.st_size)); in ashmem_get_size_region()
/system/logging/liblog/include_vndk/log/
Dlog_main.h226 #ifndef ALOGD
227 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
/system/logging/liblog/include/log/
Dlog_main.h226 #ifndef ALOGD
227 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h162 ALOGD("Sending hub info request"); in getHubs()
202 ALOGD("Modifying callback for hubId %" PRIu32, hubId); in registerCallbackCommon()
270 ALOGD( in loadNanoApp()
296 ALOGD("Attempted to send unload nanoapp request for app ID 0x%016" PRIx64 in unloadNanoApp()
389 ALOGD("Got hub info response"); in handleHubInfoResponse()
/system/bt/gd/os/
Dlog.h52 ALOGD("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args); \
/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp182 ALOGD("Registering %s", serviceName.c_str()); in service_fx()
189 ALOGD("Starting %s", serviceName.c_str()); in service_fx()
/system/extras/ANRdaemon/
DANRdaemon.cpp355 ALOGD("High cpu usage, start logging."); in start_tracing()
382 ALOGD("Usage back to low, stop logging."); in start_tracing()
/system/media/audio_route/
Daudio_route.c404 ALOGD("Apply path: %s", path->name != NULL ? path->name : "none"); in path_apply()
895 ALOGD("%s: skip to reset mixer control '%s' in path '%s' " in audio_route_update_path()
909 ALOGD("%s: skip to reset mixer control '%s' in path '%s' " in audio_route_update_path()
923 ALOGD("%s: skip to reset mixer control '%s' in path '%s' " in audio_route_update_path()

12