Searched refs:ALOGD (Results 1 - 25 of 27) sorted by relevance

12

/system/netd/
H A DResolverController.cpp32 ALOGD("setDefaultInterface iface = %s\n", iface);
43 ALOGD("setInterfaceDnsServers iface = %s\n", iface);
52 ALOGD("setInterfaceAddress iface = %s\n", iface);
62 ALOGD("flushDefaultDnsCache\n");
72 ALOGD("flushInterfaceDnsCache iface = %s\n", iface);
82 ALOGD("setDnsIfaceForPid iface = %s, pid = %d\n", iface, pid);
92 ALOGD("clearDnsIfaceForPid pid = %d\n", pid);
102 ALOGD("setDnsIfaceForUidRange iface = %s, range = [%d,%d]\n", iface, uid_start, uid_end);
111 ALOGD("clearDnsIfaceForUidRange iface = %s range = [%d,%d]\n", iface, uid_start, uid_end);
120 ALOGD("clearInterfaceMapping
[all...]
H A DClatdController.cpp42 ALOGD("starting clatd");
64 ALOGD("clatd started");
76 ALOGD("Stopping clatd");
82 ALOGD("clatd stopped");
H A DTetherController.cpp56 ALOGD("Setting IP forward enable = %d", enable);
106 ALOGD("Starting tethering services");
166 ALOGD("Tethering services running");
179 ALOGD("Stopping tethering services");
186 ALOGD("Tethering services stopped");
205 ALOGD("setDnsForwarders(%d = '%s')", i, servers[i]);
217 ALOGD("Too many DNS servers listed");
227 ALOGD("Sending update msg to dnsmasq [%s]", daemonCmd);
253 ALOGD("Too many DNS ifaces listed");
263 ALOGD("Sendin
[all...]
H A DMDnsSdListener.cpp52 if (DBG) ALOGD("MDnsSdListener::Hander starting up");
66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
77 if (VDBG) ALOGD("using ref %p", ref);
91 if (VDBG) ALOGD("discover successful");
112 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d",
118 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d",
145 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref);
158 ALOGD("serviceRegister(%d, %s, %s, %s, %s, %s, %d, %d, <binary>)", requestId,
184 if (VDBG) ALOGD("serviceRegister successful");
204 if (VDBG) ALOGD("registe
[all...]
H A DSoftapController.cpp78 ALOGD("SoftAP started successfully");
91 ALOGD("Stopping the SoftAP service...");
96 ALOGD("SoftAP stopped successfully");
226 ALOGD("Softap fwReload - Ok");
H A DDnsProxyListener.cpp128 ALOGD("GetAddrInfoHandler, now for %s / %s / %s", mHost, mService, mIface);
176 ALOGD("argv[%i]=%s", i, argv[i]);
227 ALOGD("GetAddrInfoHandler for %s / %s / %s / %d / %d",
255 ALOGD("argv[%i]=%s", i, argv[i]);
332 ALOGD("DnsProxyListener::GetHostByNameHandler::run\n");
347 ALOGD("GetHostByNameHandler::run gethostbyname errno: %s hp->h_name = %s, name_len = %d\n",
380 ALOGD("argv[%i]=%s", i, argv[i]);
467 ALOGD("DnsProxyListener::GetHostByAddrHandler::run\n");
484 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %d\n",
H A DPppController.cpp112 ALOGD("Stopping PPPD services on port %s", tty);
116 ALOGD("PPPD services on port %s stopped", tty);
H A Dmain.cpp148 ALOGD("Child process %d exited", pid);
H A DCommandListener.cpp506 ALOGD("Setting iface cfg");
536 ALOGD("Trying to bring up %s", argv[2]);
544 ALOGD("Trying to bring down %s", argv[2]);
573 ALOGD("Clearing all IP addresses on %s", argv[2]);
/system/core/libnetutils/
H A Ddhcpclient.c73 ALOGD("%s", errmsg);
154 ALOGD("--- dhcp %s (%d) ---",
158 ALOGD("ip %s gw %s prefixLength %d", addr, gway, info->prefixLength);
159 if (info->dns1) ALOGD("dns1: %s", ipaddr(info->dns1));
160 if (info->dns2) ALOGD("dns2: %s", ipaddr(info->dns2));
161 ALOGD("server %s, lease %d seconds",
257 ALOGD("===== DHCP message:");
259 ALOGD("Invalid length %d, should be %d", len, DHCP_MSG_FIXED_SIZE);
271 ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
273 ALOGD("xi
[all...]
H A Dpacket.c34 #define ALOGD printf macro
182 ALOGD("Packet is too small (%d) to be a UDP datagram", nread);
186 ALOGD("Not a valid IP packet");
190 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len));
194 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol);
198 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest));
H A Difc_utils.c49 #define ALOGD printf macro
684 ALOGD("failed to remove route for %s to %s: %s",
750 ALOGD("failed to add %s as default route for %s: %s",
771 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno));
/system/core/libcutils/
H A Dloghack.h31 #define ALOGD(...) ALOG("D", __VA_ARGS__) macro
/system/security/keystore/
H A DIKeystoreService.cpp62 ALOGD("test() could not contact remote: %d\n", status);
68 ALOGD("test() caught exception %d\n", err);
81 ALOGD("get() could not contact remote: %d\n", status);
101 ALOGD("get() caught exception %d\n", err);
120 ALOGD("import() could not contact remote: %d\n", status);
126 ALOGD("import() caught exception %d\n", err);
140 ALOGD("del() could not contact remote: %d\n", status);
146 ALOGD("del() caught exception %d\n", err);
160 ALOGD("exist() could not contact remote: %d\n", status);
166 ALOGD("exis
[all...]
H A Dkeystore.cpp501 ALOGD("couldn't insert encrypted blob while not unlocked");
1485 ALOGD("calling get in state: %d", state);
1677 ALOGD("calling lock in state: %d", state);
1694 ALOGD("calling unlock when not locked");
1879 ALOGD("calling import in state: %d", state);
1949 ALOGD("calling verify in state: %d", state);
2097 ALOGD("calling grant in state: %d", state);
2121 ALOGD("calling ungrant in state: %d", state);
2177 ALOGD("calling duplicate in state: %d", state);
2184 ALOGD("migrat
[all...]
/system/core/libutils/
H A DLooper.cpp170 ALOGD("%p ~ pollOnce - returning signalled identifier %d: "
183 ALOGD("%p ~ pollOnce - returning result %d", this, result);
197 ALOGD("%p ~ pollOnce - waiting: timeoutMillis=%d", this, timeoutMillis);
209 ALOGD("%p ~ pollOnce - next message in %lldns, adjusted timeout: timeoutMillis=%d",
244 ALOGD("%p ~ pollOnce - timeout", this);
252 ALOGD("%p ~ pollOnce - handling events from %d fds", this, eventCount);
299 ALOGD("%p ~ pollOnce - sending message: handler=%p, what=%d",
326 ALOGD("%p ~ pollOnce - invoking fd event callback %p: fd=%d, events=0x%x, data=%p",
370 ALOGD("%p ~ wake", this);
387 ALOGD("
[all...]
H A DStopWatch.cpp46 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed));
50 ALOGD(" [%d: %" PRId64 ", %" PRId64, i, ns2us(soFar), ns2us(thisLap));
H A DLinearAllocator.cpp220 ALOGD("%sTotal allocated: %.2f%s", prefix, prettySize, prettySuffix);
222 ALOGD("%sWasted space: %.2f%s (%.1f%%)", prefix, prettySize, prettySuffix,
224 ALOGD("%sPages %zu (dedicated %zu)", prefix, mPageCount, mDedicatedPageCount);
H A DTokenizer.cpp133 ALOGD("nextToken");
149 ALOGD("nextLine");
163 ALOGD("skipDelimiters");
H A DRefBase.cpp110 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
124 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
204 ALOGD("STACK TRACE for %p saved in %s", this, name);
265 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref);
327 ALOGD("incStrong of %p from %p: cnt=%d\n", this, id, c);
343 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c);
365 ALOGD("forceIncStrong of %p from %p: cnt=%d\n", this, id, c);
509 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);
H A DFileMap.cpp67 ALOGD("munmap(%p, %d) failed\n", mBasePtr, (int) mBaseLength);
72 ALOGD("UnmapViewOfFile(%p) failed, error = %ld\n", mBasePtr,
H A DPropertyMap.cpp138 ALOGD("Parsed property file '%s' %d lines in %0.3fms.",
166 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
/system/core/include/log/
H A Dlog.h100 #ifndef ALOGD
101 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
/system/core/libutils/tests/
H A DBasicHashtable_test.cpp159 ALOGD("hashtable %p, size=%u, capacity=%u, bucketCount=%u",
168 ALOGD(" [%3u] = collision=%d, present=%d, hash=0x%08x, key=%3d, value=%3d, "
172 ALOGD(" [%3u] = collision=%d, present=%d",
/system/vold/
H A DVolume.cpp669 ALOGD("blkid identified as %s", line);

Completed in 190 milliseconds

12