Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp114 async_safe_format_log_va_list(ANDROID_LOG_FATAL, "libc", fmt, args); in fatal()
187 ANDROID_LOG_FATAL, "libc", "Fatal signal %d (%s), code %d (%s)%s in tid %d (%s), pid %d (%s)", in log_signal_summary()
347 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
381 … async_safe_format_log(ANDROID_LOG_FATAL, "libc", "read of IPC pipe failed: %s", strerror(errno)); in debuggerd_dispatch_pseudothread()
384 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "crash_dump helper failed to exec"); in debuggerd_dispatch_pseudothread()
387 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
391 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "crash_dump helper reported failure"); in debuggerd_dispatch_pseudothread()
401 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "failed to wait for crash_dump helper: %s", in debuggerd_dispatch_pseudothread()
404 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "crash_dump helper crashed or stopped"); in debuggerd_dispatch_pseudothread()
/system/core/include/android/
Dlog.h95 ANDROID_LOG_FATAL, enumerator
/system/core/liblog/include/android/
Dlog.h95 ANDROID_LOG_FATAL, enumerator
/system/core/base/
Dlogging.cpp249 ANDROID_LOG_WARN, ANDROID_LOG_ERROR, ANDROID_LOG_FATAL, in operator ()()
250 ANDROID_LOG_FATAL, in operator ()()
267 if (priority == ANDROID_LOG_FATAL) { in operator ()()
/system/core/liblog/
Dlogger_write.c467 if (prio == ANDROID_LOG_FATAL) { in __android_log_buf_write()
543 __android_log_write(ANDROID_LOG_FATAL, tag, buf); in __android_log_assert()
Dfake_log_device.c249 minPrio = ANDROID_LOG_FATAL; in configureInitialState()
Dlogprint.c131 pri = ANDROID_LOG_FATAL; in filterCharToPri()
151 case ANDROID_LOG_FATAL: return 'F'; in filterPriToChar()
169 case ANDROID_LOG_FATAL: return ANDROID_COLOR_RED; in colorFromPri()
Dproperties.c258 case 'A': return ANDROID_LOG_FATAL; in __android_log_level()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp93 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_FATAL, LOG_TAG, buf); in _LOG()
/system/core/logd/
DLogKlog.cpp482 return ANDROID_LOG_FATAL; in convertKernelPrioToAndroidPrio()
/system/core/liblog/tests/
Dliblog_test.cpp1454 { ANDROID_LOG_FATAL, 'a' }, in TEST()