Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/handler/
H A 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()
/aosp12/system/testing/gtest_extras/
H A 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__); \
/aosp12/frameworks/libs/net/common/native/netjniutils/
H A Dnetjniutils.cpp65 __android_log_print(ANDROID_LOG_FATAL, LOG_TAG, "Failed to get descriptor field."); in GetNativeFileDescriptorWithoutNdk()
82 __android_log_print(ANDROID_LOG_FATAL, LOG_TAG, in GetNativeFileDescriptorWithNdk()
/aosp12/art/libartbase/base/
H A Dlogging.cc119 ANDROID_LOG_ERROR, ANDROID_LOG_FATAL, ANDROID_LOG_FATAL
135 if (priority == ANDROID_LOG_FATAL) { in LogLineLowStack()
/aosp12/system/update_engine/aosp/
H A Dlogging_android.cc111 case ANDROID_LOG_FATAL: in LogPriorityToCString()
237 priority = ANDROID_LOG_FATAL; in RedirectToLiblog()
244 if (priority == ANDROID_LOG_FATAL) { in RedirectToLiblog()
/aosp12/packages/modules/Connectivity/Tethering/jni/
H A Donload.cpp33 __android_log_print(ANDROID_LOG_FATAL, LOG_TAG, "ERROR: GetEnv failed"); in JNI_OnLoad()
/aosp12/system/logging/liblog/
H A 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()
H A Dproperties.cpp236 case 'A': return ANDROID_LOG_FATAL; in __android_log_level()
H A 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()
/aosp12/system/logging/liblog/include/android/
H A Dlog.h89 ANDROID_LOG_FATAL, enumerator
/aosp12/bionic/libc/bionic/
H A Dsys_thread_properties.cpp120 async_safe_write_log(ANDROID_LOG_FATAL, "libc", in __get_bionic_tcb_for_thread()
/aosp12/bionic/libc/async_safe/
H A Dasync_safe_log.cpp508 char log_id = (priority == ANDROID_LOG_FATAL) ? LOG_ID_CRASH : LOG_ID_MAIN; in async_safe_write_log()
568 async_safe_write_log(ANDROID_LOG_FATAL, "libc", msg); in async_safe_fatal_va_list()
/aosp12/system/libbase/
H A Dlogging.cpp163 case ANDROID_LOG_FATAL: in PriorityToLogSeverity()
185 return ANDROID_LOG_FATAL; in LogSeverityToPriority()
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dvts_test_util.cpp78 __android_log_print(ANDROID_LOG_FATAL, LOG_TAG, "popen failed: %d", errno); in deviceSupportsFeature()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h381 __android_log_print(ANDROID_LOG_FATAL, "JNIHelp", "%s", summary.data); in jniRegisterNativeMethods()
386 __android_log_print(ANDROID_LOG_FATAL, "JNIHelp", in jniRegisterNativeMethods()
/aosp12/frameworks/base/libs/hwui/apex/
H A Djni_runtime.cpp165 __android_log_print(ANDROID_LOG_FATAL, LOG_TAG, "JNI Error!!! %s failed to load\n", in register_android_graphics_classes()
/aosp12/system/logging/liblog/tests/
H A Dliblog_host_test.cpp40 priority = priority > ANDROID_LOG_SILENT ? ANDROID_LOG_FATAL : priority; in MakeLogPattern()
H A Dliblog_test.cpp1251 {ANDROID_LOG_ERROR, 'e'}, {ANDROID_LOG_FATAL, 'a'}, in TEST()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp95 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_FATAL, LOG_TAG, msg.c_str()); in _VLOG()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DRandomGraphGeneratorUtils.h92 __android_log_print(ANDROID_LOG_FATAL, mLogTag.c_str(), "%s", ss.str().c_str()); in ~LoggerStream()
/aosp12/system/extras/simpleperf/app_api/cpp/
H A Dsimpleperf.cpp152 __android_log_vprint(ANDROID_LOG_FATAL, "simpleperf", fmt, vl); in Abort()
/aosp12/bionic/linker/
H A Dlinker_main.cpp256 async_safe_format_log_va_list(ANDROID_LOG_FATAL, "linker", fmt, ap); in __linker_error()
/aosp12/system/logging/logd/
H A DLogKlog.cpp431 return ANDROID_LOG_FATAL; in convertKernelPrioToAndroidPrio()
/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.cpp1965 {FUSE_LOG_EMERG, ANDROID_LOG_FATAL},