Lines Matching refs:log
47 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG() argument
48 bool write_to_tombstone = (log->tfd != -1); in _LOG()
50 && log->crashed_tid != -1 in _LOG()
51 && log->current_tid != -1 in _LOG()
52 && (log->crashed_tid == log->current_tid); in _LOG()
66 TEMP_FAILURE_RETRY(write(log->tfd, buf, len)); in _LOG()
71 if (log->amfd_data != nullptr) { in _LOG()
72 *log->amfd_data += buf; in _LOG()
108 void dump_memory(log_t* log, Backtrace* backtrace, uintptr_t addr, const char* fmt, ...) { argument
131 _LOG(log, logtype::MEMORY, "\n%s\n", log_msg.c_str());
208 _LOG(log, logtype::MEMORY, "%s %s\n", logline.c_str(), ascii.c_str());