Searched refs:XLOG (Results 1 - 4 of 4) sorted by relevance

/system/core/debuggerd/
H A Dutility.h39 #define XLOG(fmt...) _LOG(NULL, 0, fmt)
41 #define XLOG(fmt...) do {} while(0) macro
H A Dutility.c62 XLOG("waitpid: n=%d status=%08x\n", n, status);
77 XLOG("not ready yet\n");
H A Ddebuggerd.c196 XLOG("reading tid\n");
265 XLOG("handle_request(%d)\n", fd);
270 XLOG("BOOM: pid=%d uid=%d gid=%d tid=%d\n",
309 XLOG("stopped -- dumping to tombstone\n");
314 XLOG("stopped -- dumping to fd\n");
318 XLOG("stopped -- continuing\n");
337 XLOG("stopped -- fatal signal\n");
354 XLOG("stopped -- unexpected signal\n");
371 XLOG("detaching\n");
461 XLOG("waitin
[all...]
H A Dtombstone.c414 XLOG("Cannot open /proc/%d/task\n", pid);
473 XLOG("Unable to open %s: %s\n", filename, strerror(errno));
503 * NOTE: if you XLOG something here, this will spin forever,

Completed in 25 milliseconds