Searched refs:LOG_ID_CRASH (Results 1 – 9 of 9) sorted by relevance
/system/core/liblog/tests/ |
D | libc_test.cpp | 102 (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/ |
D | LogBufferElement.h | 46 return (id != LOG_ID_CRASH) && (id != LOG_ID_KERNEL) && (id != LOG_ID_EVENTS); in worstUidEnabledForLogid()
|
/system/core/debuggerd/ |
D | utility.cpp | 72 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_FATAL, LOG_TAG, buf); in _LOG()
|
/system/core/liblog/ |
D | logd_write_kern.c | 89 if (log_id == LOG_ID_CRASH) { in __write_to_log_kernel()
|
D | logd_write.c | 313 [LOG_ID_CRASH] = "crash",
|
D | log_read_kern.c | 65 [LOG_ID_CRASH] = "crash",
|
D | log_read.c | 210 [LOG_ID_CRASH] = "crash",
|
/system/core/include/log/ |
D | log.h | 606 LOG_ID_CRASH = 4, enumerator
|
/system/core/logcat/ |
D | logcat.cpp | 768 if (android_name_to_log_id("crash") == LOG_ID_CRASH) { in main()
|