Home
last modified time | relevance | path

Searched refs:LOG_ID_CRASH (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/logging/liblog/tests/
H A Dliblog_host_test.cpp66 __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 Dliblog_test.cpp2655 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 Dlogger_name.cpp29 [LOG_ID_CRASH] = "crash",
H A Dlogger_write.cpp300 log_message->buffer_id != LOG_ID_CRASH) { in __android_log_write_log_message()
/aosp12/system/logging/liblog/include/android/
H A Dlog.h150 LOG_ID_CRASH = 4, enumerator
/aosp12/frameworks/multidex/library/test/src/android/util/
H A DLog.java218 /** @hide */ public static final int LOG_ID_CRASH = 4; field in Log
/aosp12/system/libbase/
H A Dlogging.cpp125 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 Dmalloc_debug_system_tests.cpp490 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 DLog.java385 /** @hide */ public static final int LOG_ID_CRASH = 4; field in Log
/aosp12/system/logging/logcat/
H A Dlogcat.cpp742 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 DRuntimeInit.java72 return Log.printlns(Log.LOG_ID_CRASH, Log.ERROR, tag, msg, tr); in Clog_e()
/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/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()
/aosp12/system/logging/logd/
H A DLogBufferTest.cpp215 {{.pid = 5, .tid = 2, .sec = 10000, .nsec = 20009, .lid = LOG_ID_CRASH, .uid = 0}, in TEST_P()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61218 Landroid/util/Log;->LOG_ID_CRASH:I