/aosp12/system/core/debuggerd/handler/ |
H A D | debuggerd_handler.cpp | 127 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 D | Log.h | 28 __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 D | netjniutils.cpp | 65 __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 D | logging.cc | 119 ANDROID_LOG_ERROR, ANDROID_LOG_FATAL, ANDROID_LOG_FATAL 135 if (priority == ANDROID_LOG_FATAL) { in LogLineLowStack()
|
/aosp12/system/update_engine/aosp/ |
H A D | logging_android.cc | 111 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 D | onload.cpp | 33 __android_log_print(ANDROID_LOG_FATAL, LOG_TAG, "ERROR: GetEnv failed"); in JNI_OnLoad()
|
/aosp12/system/logging/liblog/ |
H A D | logger_write.cpp | 261 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 D | properties.cpp | 236 case 'A': return ANDROID_LOG_FATAL; in __android_log_level()
|
H A D | logprint.cpp | 135 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 D | log.h | 89 ANDROID_LOG_FATAL, enumerator
|
/aosp12/bionic/libc/bionic/ |
H A D | sys_thread_properties.cpp | 120 async_safe_write_log(ANDROID_LOG_FATAL, "libc", in __get_bionic_tcb_for_thread()
|
/aosp12/bionic/libc/async_safe/ |
H A D | async_safe_log.cpp | 508 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 D | logging.cpp | 163 case ANDROID_LOG_FATAL: in PriorityToLogSeverity() 185 return ANDROID_LOG_FATAL; in LogSeverityToPriority()
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | vts_test_util.cpp | 78 __android_log_print(ANDROID_LOG_FATAL, LOG_TAG, "popen failed: %d", errno); in deviceSupportsFeature()
|
/aosp12/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 381 __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 D | jni_runtime.cpp | 165 __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 D | liblog_host_test.cpp | 40 priority = priority > ANDROID_LOG_SILENT ? ANDROID_LOG_FATAL : priority; in MakeLogPattern()
|
H A D | liblog_test.cpp | 1251 {ANDROID_LOG_ERROR, 'e'}, {ANDROID_LOG_FATAL, 'a'}, in TEST()
|
/aosp12/system/core/debuggerd/libdebuggerd/ |
H A D | utility.cpp | 95 __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 D | RandomGraphGeneratorUtils.h | 92 __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 D | simpleperf.cpp | 152 __android_log_vprint(ANDROID_LOG_FATAL, "simpleperf", fmt, vl); in Abort()
|
/aosp12/bionic/linker/ |
H A D | linker_main.cpp | 256 async_safe_format_log_va_list(ANDROID_LOG_FATAL, "linker", fmt, ap); in __linker_error()
|
/aosp12/system/logging/logd/ |
H A D | LogKlog.cpp | 431 return ANDROID_LOG_FATAL; in convertKernelPrioToAndroidPrio()
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | FuseDaemon.cpp | 1965 {FUSE_LOG_EMERG, ANDROID_LOG_FATAL},
|