Searched refs:_LOG (Results 1 – 3 of 3) sorted by relevance
/system/core/debuggerd/ |
D | debuggerd.c | 64 void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...) in _LOG() function 82 #define LOG(fmt...) _LOG(-1, 0, fmt) 84 #define XLOG(fmt...) _LOG(-1, 0, fmt) 125 _LOG(tfd, false, "Build fingerprint: '%s'\n", fingerprint); in dump_build_info() 143 _LOG(tfd, only_in_tombstone, "\ncode around pc:\n"); in dump_stack_and_code() 163 _LOG(tfd, only_in_tombstone, "%s\n", code_buffer); in dump_stack_and_code() 167 _LOG(tfd, only_in_tombstone, "\ncode around lr:\n"); in dump_stack_and_code() 187 _LOG(tfd, only_in_tombstone, "%s\n", code_buffer); in dump_stack_and_code() 206 _LOG(tfd, only_in_tombstone, "\nstack:\n"); in dump_stack_and_code() 233 _LOG(tfd, (sp_depth > 2) || only_in_tombstone, in dump_stack_and_code() [all …]
|
D | utility.h | 54 extern void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...);
|
D | unwind-arm.c | 454 _LOG(tfd, only_in_tombstone, in log_function() 513 _LOG(tfd, 1, in unwind_backtrace_with_ptrace() 517 _LOG(tfd, 1, "PC=%#x SP=%#x\n", in unwind_backtrace_with_ptrace()
|