Searched refs:_LOG (Results 1 - 7 of 7) sorted by relevance

/system/core/debuggerd/
H A Dutility.h35 void _LOG(log_t* log, int scopeFlags, const char *fmt, ...)
47 #define LOG(fmt...) _LOG(NULL, SCOPE_AT_FAULT, fmt)
51 #define XLOG(fmt...) _LOG(NULL, SCOPE_AT_FAULT, fmt)
58 #define XLOG2(fmt...) _LOG(NULL, SCOPE_AT_FAULT, fmt)
H A Dbacktrace.c54 _LOG(log, SCOPE_AT_FAULT, "\n\n----- pid %d at %s -----\n", pid, timestr);
57 _LOG(log, SCOPE_AT_FAULT, "Cmd line: %s\n", procname);
62 _LOG(log, SCOPE_AT_FAULT, "\n----- end %d -----\n", pid);
84 _LOG(log, SCOPE_AT_FAULT, "\n\"%s\" sysTid=%d\n",
88 _LOG(log, SCOPE_AT_FAULT, "Could not attach to thread: %s\n", strerror(errno));
97 _LOG(log, SCOPE_AT_FAULT, "Could not obtain stack trace for thread.\n");
105 _LOG(log, SCOPE_AT_FAULT, " %s\n", line);
H A Dtombstone.c166 _LOG(log, SCOPE_AT_FAULT, "Revision: '%s'\n", revision);
175 _LOG(log, SCOPE_AT_FAULT, "Build fingerprint: '%s'\n", fingerprint);
184 _LOG(log, SCOPE_AT_FAULT, "cannot get siginfo: %s\n", strerror(errno));
186 _LOG(log, SCOPE_AT_FAULT, "signal %d (%s), code %d (%s), fault addr %08x\n",
191 _LOG(log, SCOPE_AT_FAULT, "signal %d (%s), code %d (%s), fault addr --------\n",
224 _LOG(log, SCOPE_AT_FAULT, "pid: %d, tid: %d, name: %s >>> %s <<<\n", pid, tid,
228 _LOG(log, 0, "pid: %d, tid: %d, name: %s\n",
237 _LOG(log, scopeFlags, "\nbacktrace:\n");
245 _LOG(log, scopeFlags, " %s\n", line);
268 _LOG(lo
[all...]
H A Dutility.c50 void _LOG(log_t* log, int scopeFlags, const char *fmt, ...) { function
/system/core/debuggerd/x86/
H A Dmachine.c44 _LOG(log, scopeFlags, "cannot get registers: %s\n", strerror(errno));
50 _LOG(log, scopeFlags, " eax %08x ebx %08x ecx %08x edx %08x\n",
52 _LOG(log, scopeFlags, " esi %08x edi %08x\n",
54 _LOG(log, scopeFlags, " xcs %08x xds %08x xes %08x xfs %08x xss %08x\n",
56 _LOG(log, scopeFlags, " eip %08x ebp %08x esp %08x flags %08x\n",
/system/core/debuggerd/arm/
H A Dmachine.c105 _LOG(log, scopeFlags, " %s %s\n", code_buffer, ascii_buffer);
137 _LOG(log, scopeFlags | SCOPE_SENSITIVE, "\nmemory near %.2s:\n", &REG_NAMES[reg * 2]);
143 _LOG(log, scopeFlags, "\ncode around pc:\n");
147 _LOG(log, scopeFlags, "\ncode around lr:\n");
159 _LOG(log, scopeFlags, "cannot get registers: %s\n", strerror(errno));
163 _LOG(log, scopeFlags, " r0 %08x r1 %08x r2 %08x r3 %08x\n",
165 _LOG(log, scopeFlags, " r4 %08x r5 %08x r6 %08x r7 %08x\n",
167 _LOG(log, scopeFlags, " r8 %08x r9 %08x sl %08x fp %08x\n",
169 _LOG(log, scopeFlags, " ip %08x sp %08x lr %08x pc %08x cpsr %08x\n",
178 _LOG(lo
[all...]
/system/core/debuggerd/mips/
H A Dmachine.c95 _LOG(log, scopeFlags, " %s %s\n", code_buffer, ascii_buffer);
133 _LOG(log, scopeFlags | SCOPE_SENSITIVE, "\nmemory near %.2s:\n", &REG_NAMES[reg * 2]);
141 _LOG(log, scopeFlags, "\ncode around pc:\n");
145 _LOG(log, scopeFlags, "\ncode around ra:\n");
157 _LOG(log, scopeFlags, "cannot get registers: %s\n", strerror(errno));
161 _LOG(log, scopeFlags, " zr %08x at %08x v0 %08x v1 %08x\n",
163 _LOG(log, scopeFlags, " a0 %08x a1 %08x a2 %08x a3 %08x\n",
165 _LOG(log, scopeFlags, " t0 %08x t1 %08x t2 %08x t3 %08x\n",
167 _LOG(log, scopeFlags, " t4 %08x t5 %08x t6 %08x t7 %08x\n",
169 _LOG(lo
[all...]

Completed in 91 milliseconds