/aosp12/system/logging/liblog/tests/ |
H A D | liblog_host_test.cpp | 66 __android_log_buf_print(LOG_ID_CRASH, ANDROID_LOG_VERBOSE, "tag", "verbose crash"); in GenerateLogContent() 67 __android_log_buf_print(LOG_ID_CRASH, ANDROID_LOG_INFO, "tag", "info crash"); in GenerateLogContent() 68 __android_log_buf_print(LOG_ID_CRASH, ANDROID_LOG_ERROR, "tag", "error crash"); in GenerateLogContent()
|
H A D | liblog_test.cpp | 2655 LOG_ID_CRASH, ANDROID_LOG_VERBOSE, __pmsg_file, max_payload_buf, in TEST() 2685 EXPECT_LT(0, __android_log_pmsg_file_write(LOG_ID_CRASH, ANDROID_LOG_VERBOSE, in TEST() 2707 EXPECT_EQ(LOG_ID_CRASH, logId); in __pmsg_fn() 2717 return arg || (LOG_ID_CRASH != logId) || (ANDROID_LOG_VERBOSE != prio) || in __pmsg_fn() 2743 ssize_t ret = __android_log_pmsg_file_read(LOG_ID_CRASH, ANDROID_LOG_VERBOSE, in TEST()
|
/aosp12/system/logging/liblog/ |
H A D | logger_name.cpp | 29 [LOG_ID_CRASH] = "crash",
|
H A D | logger_write.cpp | 300 log_message->buffer_id != LOG_ID_CRASH) { in __android_log_write_log_message()
|
/aosp12/system/logging/liblog/include/android/ |
H A D | log.h | 150 LOG_ID_CRASH = 4, enumerator
|
/aosp12/frameworks/multidex/library/test/src/android/util/ |
H A D | Log.java | 218 /** @hide */ public static final int LOG_ID_CRASH = 4; field in Log
|
/aosp12/system/libbase/ |
H A D | logging.cpp | 125 case LOG_ID_CRASH: in log_id_tToLogId() 142 return LOG_ID_CRASH; in LogIdTolog_id_t()
|
/aosp12/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_system_tests.cpp | 490 GetLogStr(pid, &log_str, LOG_ID_CRASH); in TEST() 543 GetLogStr(pid, &log_str, LOG_ID_CRASH); in TEST()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Log.java | 385 /** @hide */ public static final int LOG_ID_CRASH = 4; field in Log
|
/aosp12/system/logging/logcat/ |
H A D | logcat.cpp | 742 id_mask |= (1 << LOG_ID_MAIN) | (1 << LOG_ID_SYSTEM) | (1 << LOG_ID_CRASH); in Run() 835 id_mask = (1 << LOG_ID_MAIN) | (1 << LOG_ID_SYSTEM) | (1 << LOG_ID_CRASH) | in Run()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | RuntimeInit.java | 72 return Log.printlns(Log.LOG_ID_CRASH, Log.ERROR, tag, msg, tr); in Clog_e()
|
/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/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()
|
/aosp12/system/logging/logd/ |
H A D | LogBufferTest.cpp | 215 {{.pid = 5, .tid = 2, .sec = 10000, .nsec = 20009, .lid = LOG_ID_CRASH, .uid = 0}, in TEST_P()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 61218 Landroid/util/Log;->LOG_ID_CRASH:I
|