Home
last modified time | relevance | path

Searched refs:android_log_shouldPrintLine (Results 1 – 3 of 3) sorted by relevance

/system/core/liblog/
Dlogprint.c163 int android_log_shouldPrintLine ( in android_log_shouldPrintLine() function
956 assert(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) == 0); in logprint_run_tests()
959 assert(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) > 0); in logprint_run_tests()
962 assert(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) > 0); in logprint_run_tests()
965 assert(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) == 0); in logprint_run_tests()
969 assert(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) > 0); in logprint_run_tests()
972 assert(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) > 0); in logprint_run_tests()
975 assert(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) > 0); in logprint_run_tests()
978 assert(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) == 0); in logprint_run_tests()
982 assert(android_log_shouldPrintLine(p_format, "crap", ANDROID_LOG_VERBOSE) > 0); in logprint_run_tests()
[all …]
/system/core/include/cutils/
Dlogprint.h98 int android_log_shouldPrintLine (
/system/core/logcat/
Dlogcat.cpp179 if (android_log_shouldPrintLine(g_logformat, entry.tag, entry.priority)) { in processBuffer()