Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_FATAL (Results 1 – 14 of 14) 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.cpp128 async_safe_format_log_va_list(ANDROID_LOG_FATAL, "libc", fmt, args); in fatal()
203 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in log_signal_summary()
385 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
408 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "failed to exec crash_dump helper: %s", in debuggerd_dispatch_pseudothread()
430 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "read of IPC pipe failed: %s", in debuggerd_dispatch_pseudothread()
433 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
436 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
439 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "crash_dump helper reported failure"); in debuggerd_dispatch_pseudothread()
446 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "failed to wait for crash_dump helper: %s", in debuggerd_dispatch_pseudothread()
449 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "crash_dump helper crashed or stopped"); in debuggerd_dispatch_pseudothread()
/system/update_engine/
Dlogging_android.cc111 case ANDROID_LOG_FATAL: in LogPriorityToCString()
237 priority = ANDROID_LOG_FATAL; in RedirectToLiblog()
/system/core/liblog/include/android/
Dlog.h89 ANDROID_LOG_FATAL, enumerator
/system/core/include/android/
Dlog.h89 ANDROID_LOG_FATAL, enumerator
/system/core/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.cpp268 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/core/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.cpp168 case ANDROID_LOG_FATAL: in PriorityToLogSeverity()
190 return ANDROID_LOG_FATAL; in LogSeverityToPriority()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp97 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_FATAL, LOG_TAG, msg.c_str()); in _VLOG()
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp151 __android_log_vprint(ANDROID_LOG_FATAL, "simpleperf", fmt, vl); in Abort()
/system/core/logd/
DLogKlog.cpp433 return ANDROID_LOG_FATAL; in convertKernelPrioToAndroidPrio()