Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dlibc_test.cpp102 (log_id_t)LOG_ID_CRASH, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid))); in TEST()
122 if ((int)log_msg.id() != LOG_ID_CRASH) { in TEST()
/system/core/logd/
DLogBufferElement.h46 return (id != LOG_ID_CRASH) && (id != LOG_ID_KERNEL) && (id != LOG_ID_EVENTS); in worstUidEnabledForLogid()
/system/core/debuggerd/
Dutility.cpp72 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_FATAL, LOG_TAG, buf); in _LOG()
/system/core/liblog/
Dlogd_write_kern.c89 if (log_id == LOG_ID_CRASH) { in __write_to_log_kernel()
Dlogd_write.c313 [LOG_ID_CRASH] = "crash",
Dlog_read_kern.c65 [LOG_ID_CRASH] = "crash",
Dlog_read.c210 [LOG_ID_CRASH] = "crash",
/system/core/include/log/
Dlog.h606 LOG_ID_CRASH = 4, enumerator
/system/core/logcat/
Dlogcat.cpp768 if (android_name_to_log_id("crash") == LOG_ID_CRASH) { in main()