Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_FATAL (Results 1 – 13 of 13) sorted by relevance

/system/testing/gtest_extras/
DLog.h28 __android_log_print(ANDROID_LOG_FATAL, GTEST_EXTRAS_TAG, "%s:%d] " msg ": %s", __FILE__, \
33 __android_log_print(ANDROID_LOG_FATAL, GTEST_EXTRAS_TAG, "%s:%d] " msg, __FILE__, __LINE__); \
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp127 async_safe_format_log_va_list(ANDROID_LOG_FATAL, "libc", fmt, args); in fatal()
201 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in log_signal_summary()
383 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
406 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "failed to exec crash_dump helper: %s", in debuggerd_dispatch_pseudothread()
428 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "read of IPC pipe failed: %s", in debuggerd_dispatch_pseudothread()
431 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
434 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
437 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "crash_dump helper reported failure"); in debuggerd_dispatch_pseudothread()
444 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "failed to wait for crash_dump helper: %s", in debuggerd_dispatch_pseudothread()
447 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "crash_dump helper crashed or stopped"); in debuggerd_dispatch_pseudothread()
/system/update_engine/aosp/
Dlogging_android.cc111 case ANDROID_LOG_FATAL: in LogPriorityToCString()
237 priority = ANDROID_LOG_FATAL; in RedirectToLiblog()
244 if (priority == ANDROID_LOG_FATAL) { in RedirectToLiblog()
/system/logging/liblog/include/android/
Dlog.h89 ANDROID_LOG_FATAL, enumerator
/system/logging/liblog/
Dlogger_write.cpp261 log_message->priority > ANDROID_LOG_SILENT ? ANDROID_LOG_FATAL : log_message->priority; in __android_log_stderr_logger()
309 if (log_message->priority == ANDROID_LOG_FATAL) { in __android_log_write_log_message()
411 __android_log_write(ANDROID_LOG_FATAL, tag, buf); in __android_log_assert()
Dproperties.cpp236 case 'A': return ANDROID_LOG_FATAL; in __android_log_level()
Dlogprint.cpp135 pri = ANDROID_LOG_FATAL; in filterCharToPri()
155 case ANDROID_LOG_FATAL: return 'F'; in filterPriToChar()
173 case ANDROID_LOG_FATAL: return ANDROID_COLOR_RED; in colorFromPri()
/system/logging/liblog/tests/
Dliblog_host_test.cpp40 priority = priority > ANDROID_LOG_SILENT ? ANDROID_LOG_FATAL : priority; in MakeLogPattern()
Dliblog_test.cpp1251 {ANDROID_LOG_ERROR, 'e'}, {ANDROID_LOG_FATAL, 'a'}, in TEST()
/system/libbase/
Dlogging.cpp163 case ANDROID_LOG_FATAL: in PriorityToLogSeverity()
185 return ANDROID_LOG_FATAL; in LogSeverityToPriority()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp95 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_FATAL, LOG_TAG, msg.c_str()); in _VLOG()
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp152 __android_log_vprint(ANDROID_LOG_FATAL, "simpleperf", fmt, vl); in Abort()
/system/logging/logd/
DLogKlog.cpp431 return ANDROID_LOG_FATAL; in convertKernelPrioToAndroidPrio()