Searched refs:BACKTRACE (Results 1 – 6 of 6) sorted by relevance
/system/core/debuggerd/libdebuggerd/ |
D | backtrace.cpp | 48 _LOG(log, logtype::BACKTRACE, "\n\n----- pid %d at %s -----\n", pid, get_timestamp().c_str()); in dump_process_header() 51 _LOG(log, logtype::BACKTRACE, "Cmd line: %s\n", android::base::Join(command_line, " ").c_str()); in dump_process_header() 53 _LOG(log, logtype::BACKTRACE, "ABI: '%s'\n", ABI_STRING); in dump_process_header() 57 _LOG(log, logtype::BACKTRACE, "\n----- end %d -----\n", pid); in dump_process_footer() 66 _LOG(&log, logtype::BACKTRACE, "\n\"%s\" sysTid=%d\n", thread.thread_name.c_str(), thread.tid); in dump_backtrace_thread()
|
D | gwp_asan.cpp | 234 _LOG(log, logtype::BACKTRACE, "\ndeallocated by thread <unknown>:\n"); in DumpDeallocationTrace() 236 _LOG(log, logtype::BACKTRACE, "\ndeallocated by thread %" PRIu64 ":\n", thread_id); in DumpDeallocationTrace() 243 _LOG(log, logtype::BACKTRACE, " %s\n", unwinder->FormatFrame(frame_data).c_str()); in DumpDeallocationTrace() 261 _LOG(log, logtype::BACKTRACE, "\nallocated by thread <unknown>:\n"); in DumpAllocationTrace() 263 _LOG(log, logtype::BACKTRACE, "\nallocated by thread %" PRIu64 ":\n", thread_id); in DumpAllocationTrace() 270 _LOG(log, logtype::BACKTRACE, " %s\n", unwinder->FormatFrame(frame_data).c_str()); in DumpAllocationTrace()
|
D | utility.cpp | 49 || (ltype == BACKTRACE)) { in is_allowed_in_logcat() 447 _LOG(log, logtype::BACKTRACE, in log_backtrace() 449 _LOG(log, logtype::BACKTRACE, in log_backtrace() 451 _LOG(log, logtype::BACKTRACE, "%sNOTE: found under the lib/ directory are readable.\n", prefix); in log_backtrace() 453 _LOG(log, logtype::BACKTRACE, in log_backtrace() 460 _LOG(log, logtype::BACKTRACE, "%s%s\n", prefix, unwinder->FormatFrame(i).c_str()); in log_backtrace()
|
D | scudo.cpp | 194 _LOG(log, logtype::BACKTRACE, "\nallocated by thread %u:\n", report->allocation_tid); in DumpReport() 201 _LOG(log, logtype::BACKTRACE, " %s\n", unwinder->FormatFrame(frame_data).c_str()); in DumpReport() 206 _LOG(log, logtype::BACKTRACE, "\ndeallocated by thread %u:\n", report->deallocation_tid); in DumpReport() 213 _LOG(log, logtype::BACKTRACE, " %s\n", unwinder->FormatFrame(frame_data).c_str()); in DumpReport()
|
D | tombstone.cpp | 424 _LOG(log, logtype::BACKTRACE, "\nbacktrace:\n"); in dump_thread()
|
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | utility.h | 57 BACKTRACE, enumerator
|