HomeSort by relevance Sort by last modified time
    Searched refs:_LOG (Results 1 - 7 of 7) sorted by null

  /system/core/debuggerd/
utility.h 32 void _LOG(log_t* log, bool in_tombstone_only, const char *fmt, ...)
35 #define LOG(fmt...) _LOG(NULL, 0, fmt)
39 #define XLOG(fmt...) _LOG(NULL, 0, fmt)
46 #define XLOG2(fmt...) _LOG(NULL, 0, fmt)
tombstone.c 131 _LOG(log, false, "Build fingerprint: '%s'\n", fingerprint);
140 _LOG(log, false, "cannot get siginfo: %s\n", strerror(errno));
142 _LOG(log, false, "signal %d (%s), code %d (%s), fault addr %08x\n",
147 _LOG(log, false, "signal %d (%s), code %d (%s), fault addr --------\n",
180 _LOG(log, false, "pid: %d, tid: %d, name: %s >>> %s <<<\n", pid, tid,
184 _LOG(log, true, "pid: %d, tid: %d, name: %s\n", pid, tid,
192 _LOG(log, !at_fault, "\nbacktrace:\n");
200 _LOG(log, !at_fault, " %s\n", line);
223 _LOG(log, only_in_tombstone, " #%02d %08x %08x %s (%s+%u)\n",
226 _LOG(log, only_in_tombstone, " #%02d %08x %08x %s (%s)\n"
    [all...]
backtrace.c 54 _LOG(log, false, "\n\n----- pid %d at %s -----\n", pid, timestr);
57 _LOG(log, false, "Cmd line: %s\n", procname);
62 _LOG(log, false, "\n----- end %d -----\n", pid);
84 _LOG(log, false, "\n\"%s\" sysTid=%d\n", threadname ? threadname : "<unknown>", tid);
87 _LOG(log, false, "Could not attach to thread: %s\n", strerror(errno));
96 _LOG(log, false, "Could not obtain stack trace for thread.\n");
104 _LOG(log, false, " %s\n", line);
utility.c 34 void _LOG(log_t* log, bool in_tombstone_only, const char *fmt, ...) {
  /system/core/debuggerd/x86/
machine.c 44 _LOG(log, only_in_tombstone, "cannot get registers: %s\n", strerror(errno));
50 _LOG(log, only_in_tombstone, " eax %08x ebx %08x ecx %08x edx %08x\n",
52 _LOG(log, only_in_tombstone, " esi %08x edi %08x\n",
54 _LOG(log, only_in_tombstone, " xcs %08x xds %08x xes %08x xfs %08x xss %08x\n",
56 _LOG(log, only_in_tombstone, " eip %08x ebp %08x esp %08x flags %08x\n",
  /system/core/debuggerd/arm/
machine.c 101 _LOG(log, !at_fault, " %s %s\n", code_buffer, ascii_buffer);
131 _LOG(log, false, "\nmemory near %.2s:\n", &REG_NAMES[reg * 2]);
136 _LOG(log, !at_fault, "\ncode around pc:\n");
140 _LOG(log, !at_fault, "\ncode around lr:\n");
152 _LOG(log, only_in_tombstone, "cannot get registers: %s\n", strerror(errno));
156 _LOG(log, only_in_tombstone, " r0 %08x r1 %08x r2 %08x r3 %08x\n",
158 _LOG(log, only_in_tombstone, " r4 %08x r5 %08x r6 %08x r7 %08x\n",
160 _LOG(log, only_in_tombstone, " r8 %08x r9 %08x sl %08x fp %08x\n",
162 _LOG(log, only_in_tombstone, " ip %08x sp %08x lr %08x pc %08x cpsr %08x\n",
171 _LOG(log, only_in_tombstone, "cannot get registers: %s\n", strerror(errno))
    [all...]
  /hardware/ti/omap4xxx/
mapinfo.c 13 _LOG(tfd, (sp_depth > 2) || only_in_tombstone,

Completed in 97 milliseconds