Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp79 _LOG(log, logtype::HEADER, "Build fingerprint: '%s'\n", fingerprint.c_str()); in dump_header_info()
80 _LOG(log, logtype::HEADER, "Revision: '%s'\n", revision.c_str()); in dump_header_info()
81 _LOG(log, logtype::HEADER, "ABI: '%s'\n", ABI_STRING); in dump_header_info()
147 if (!cause.empty()) _LOG(log, logtype::HEADER, "Cause: %s\n", cause.c_str()); in dump_probable_cause()
171 _LOG(log, logtype::HEADER, "signal %d (%s), code %d (%s%s), fault addr %s\n", in dump_signal_info()
184 _LOG(log, logtype::HEADER, "pid: %d, tid: %d, name: %s >>> %s <<<\n", thread_info.pid, in dump_thread_info()
186 _LOG(log, logtype::HEADER, "uid: %d\n", thread_info.uid); in dump_thread_info()
208 _LOG(log, logtype::HEADER, "Failed to read abort message header: %s\n", strerror(errno)); in dump_abort_message()
214 _LOG(log, logtype::HEADER, "Abort message header malformed: claimed length = %zd\n", length); in dump_abort_message()
223 _LOG(log, logtype::HEADER, "Failed to read abort message: %s\n", strerror(errno)); in dump_abort_message()
[all …]
Dgwp_asan.cpp108 _LOG(log, logtype::HEADER, "Cause: [GWP-ASan]: Unknown error occurred at 0x%" PRIxPTR ".\n", in DumpCause()
114 _LOG(log, logtype::HEADER, "Cause: [GWP-ASan]: %s at 0x%" PRIxPTR ".\n", error_string_, in DumpCause()
124 _LOG(log, logtype::HEADER, "Cause: [GWP-ASan]: %s on a %zu-byte allocation at 0x%" PRIxPTR "\n", in DumpCause()
155 _LOG(log, logtype::HEADER, in DumpCause()
179 _LOG(log, logtype::BACKTRACE, "\ndeallocated by thread <unknown>:\n"); in DumpDeallocationTrace()
181 _LOG(log, logtype::BACKTRACE, "\ndeallocated by thread %" PRIu64 ":\n", thread_id); in DumpDeallocationTrace()
188 _LOG(log, logtype::BACKTRACE, " %s\n", unwinder->FormatFrame(frame_data).c_str()); in DumpDeallocationTrace()
206 _LOG(log, logtype::BACKTRACE, "\nallocated by thread <unknown>:\n"); in DumpAllocationTrace()
208 _LOG(log, logtype::BACKTRACE, "\nallocated by thread %" PRIu64 ":\n", thread_id); in DumpAllocationTrace()
215 _LOG(log, logtype::BACKTRACE, " %s\n", unwinder->FormatFrame(frame_data).c_str()); in DumpAllocationTrace()
Dbacktrace.cpp45 _LOG(log, logtype::BACKTRACE, "\n\n----- pid %d at %s -----\n", pid, get_timestamp().c_str()); in dump_process_header()
48 _LOG(log, logtype::BACKTRACE, "Cmd line: %s\n", process_name); in dump_process_header()
50 _LOG(log, logtype::BACKTRACE, "ABI: '%s'\n", ABI_STRING); in dump_process_header()
54 _LOG(log, logtype::BACKTRACE, "\n----- end %d -----\n", pid); in dump_process_footer()
63 _LOG(&log, logtype::BACKTRACE, "\n\"%s\" sysTid=%d\n", thread.thread_name.c_str(), thread.tid); in dump_backtrace_thread()
68 _LOG(&log, logtype::THREAD, "Unwind failed: tid = %d", thread.tid); in dump_backtrace_thread()
Dscudo.cpp81 _LOG(log, logtype::HEADER, in DumpCause()
133 _LOG(log, logtype::HEADER, in DumpReport()
139 _LOG(log, logtype::BACKTRACE, "\nallocated by thread %u:\n", report->allocation_tid); in DumpReport()
145 _LOG(log, logtype::BACKTRACE, " %s\n", unwinder->FormatFrame(frame_data).c_str()); in DumpReport()
150 _LOG(log, logtype::BACKTRACE, "\ndeallocated by thread %u:\n", report->deallocation_tid); in DumpReport()
156 _LOG(log, logtype::BACKTRACE, " %s\n", unwinder->FormatFrame(frame_data).c_str()); in DumpReport()
Dutility.cpp71 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG() function
196 _LOG(log, logtype::MEMORY, "\n%s:\n", label.c_str()); in dump_memory()
238 _LOG(log, logtype::MEMORY, "%s %s\n", logline.c_str(), ascii.c_str()); in dump_memory()
439 _LOG(log, logtype::BACKTRACE, in log_backtrace()
441 _LOG(log, logtype::BACKTRACE, in log_backtrace()
443 _LOG(log, logtype::BACKTRACE, "%sNOTE: found under the lib/ directory are readable.\n", prefix); in log_backtrace()
445 _LOG(log, logtype::BACKTRACE, in log_backtrace()
452 _LOG(log, logtype::BACKTRACE, "%s%s\n", prefix, unwinder->FormatFrame(i).c_str()); in log_backtrace()
Dopen_files_list.cpp128 _LOG(log, logtype::OPEN_FILES, "%sfd %i: %s (owned by %s %#" PRIx64 ")\n", prefix, fd, in dump_open_files_list()
131 _LOG(log, logtype::OPEN_FILES, "%sfd %i: %s (unowned)\n", prefix, fd, path->c_str()); in dump_open_files_list()
133 _LOG(log, logtype::OPEN_FILES, "%sfd %i: <MISSING> (owned by %#" PRIx64 ")\n", prefix, fd, in dump_open_files_list()
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dutility.h74 void _LOG(log_t* log, logtype ltype, const char* fmt, ...) __attribute__((format(printf, 3, 4)));