/system/logging/liblog/tests/ |
D | liblog_host_test.cpp | 54 __android_log_buf_print(LOG_ID_MAIN, ANDROID_LOG_VERBOSE, "tag", "verbose main"); in GenerateLogContent() 58 __android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_VERBOSE, "tag", "verbose radio"); in GenerateLogContent() 62 __android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, "tag", "verbose system"); in GenerateLogContent() 66 __android_log_buf_print(LOG_ID_CRASH, ANDROID_LOG_VERBOSE, "tag", "verbose crash"); in GenerateLogContent() 82 CheckMessage(false, captured_stderr.str(), ANDROID_LOG_VERBOSE, "tag", "verbose main"); in TEST() 86 CheckMessage(false, captured_stderr.str(), ANDROID_LOG_VERBOSE, "tag", "verbose radio"); in TEST() 90 CheckMessage(false, captured_stderr.str(), ANDROID_LOG_VERBOSE, "tag", "verbose system"); in TEST() 94 CheckMessage(false, captured_stderr.str(), ANDROID_LOG_VERBOSE, "tag", "verbose crash"); in TEST() 106 CheckMessage(true, captured_stderr.str(), ANDROID_LOG_VERBOSE, "tag", "verbose main"); in TEST() 110 CheckMessage(true, captured_stderr.str(), ANDROID_LOG_VERBOSE, "tag", "verbose radio"); in TEST() [all …]
|
D | liblog_default_tag.cpp | 123 __android_log_buf_write(LOG_ID_MAIN, ANDROID_LOG_VERBOSE, nullptr, "message"); in TEST() 151 __android_log_buf_write(LOG_ID_MAIN, ANDROID_LOG_VERBOSE, nullptr, "message"); in TEST()
|
D | liblog_test.cpp | 1181 EXPECT_TRUE(checkPriForTag(p_format, tag, ANDROID_LOG_VERBOSE)); in TEST() 1189 EXPECT_TRUE(checkPriForTag(p_format, tag, ANDROID_LOG_VERBOSE)); in TEST() 1192 EXPECT_TRUE(checkPriForTag(p_format, tag, ANDROID_LOG_VERBOSE)); in TEST() 1203 EXPECT_TRUE(checkPriForTag(p_format, "crap", ANDROID_LOG_VERBOSE)); in TEST() 1205 android_log_shouldPrintLine(p_format, "crap", ANDROID_LOG_VERBOSE) > 0); in TEST() 1249 {ANDROID_LOG_VERBOSE, 'v'}, {ANDROID_LOG_DEBUG, 'd'}, in TEST() 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() 2708 EXPECT_EQ(ANDROID_LOG_VERBOSE, prio); in __pmsg_fn() 2717 return arg || (LOG_ID_CRASH != logId) || (ANDROID_LOG_VERBOSE != prio) || in __pmsg_fn() [all …]
|
D | liblog_benchmark.cpp | 789 ANDROID_LOG_VERBOSE); in BM_is_loggable() 999 __android_log_print(ANDROID_LOG_VERBOSE, test_log_tag.c_str(), "%s test log message %d %d", in BM_log_verbose_overhead()
|
/system/logging/liblog/include_vndk/log/ |
D | log_system.h | 46 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, LOG_TAG, \ 66 ? ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, \
|
D | log_radio.h | 48 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_VERBOSE, LOG_TAG, \ 68 ? ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_VERBOSE, \
|
D | log_main.h | 371 (__android_log_is_loggable_len(prio, tag, (tag) ? strlen(tag) : 0, ANDROID_LOG_VERBOSE) != 0)
|
/system/logging/liblog/include/log/ |
D | log_system.h | 46 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, LOG_TAG, \ 66 ? ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, \
|
D | log_radio.h | 48 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_VERBOSE, LOG_TAG, \ 68 ? ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_VERBOSE, \
|
D | log_main.h | 371 (__android_log_is_loggable_len(prio, tag, (tag) ? strlen(tag) : 0, ANDROID_LOG_VERBOSE) != 0)
|
/system/memory/libmemunreachable/ |
D | log.h | 29 #define MEM_ALOGV_IMPL(...) async_safe_format_log(ANDROID_LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
|
/system/logging/liblog/ |
D | logger_write.cpp | 320 if (!__android_log_is_loggable(prio, tag, ANDROID_LOG_VERBOSE)) { in __android_log_buf_write() 333 if (!__android_log_is_loggable(prio, tag, ANDROID_LOG_VERBOSE)) { in __android_log_vprint() 350 if (!__android_log_is_loggable(prio, tag, ANDROID_LOG_VERBOSE)) { in __android_log_print() 370 if (!__android_log_is_loggable(prio, tag, ANDROID_LOG_VERBOSE)) { in __android_log_buf_print()
|
D | logd_writer.cpp | 153 ANDROID_LOG_VERBOSE)) { in LogdWrite()
|
D | logprint.cpp | 120 pri = ANDROID_LOG_VERBOSE; in filterCharToPri() 125 pri = ANDROID_LOG_VERBOSE; in filterCharToPri() 150 case ANDROID_LOG_VERBOSE: return 'V'; in filterPriToChar() 168 case ANDROID_LOG_VERBOSE: return ANDROID_COLOR_DEFAULT; in colorFromPri() 213 p_ret->global_pri = ANDROID_LOG_VERBOSE; in android_log_format_new() 407 pri = ANDROID_LOG_VERBOSE; in android_log_addFilterRule()
|
D | properties.cpp | 230 case 'V': return ANDROID_LOG_VERBOSE; in __android_log_level()
|
/system/update_engine/aosp/ |
D | logging_android.cc | 101 case ANDROID_LOG_VERBOSE: in LogPriorityToCString() 225 (severity < 0) ? ANDROID_LOG_VERBOSE : ANDROID_LOG_UNKNOWN; in RedirectToLiblog()
|
/system/logging/liblog/include/android/ |
D | log.h | 79 ANDROID_LOG_VERBOSE, enumerator
|
/system/libbase/ |
D | logging.cpp | 153 case ANDROID_LOG_VERBOSE: in PriorityToLogSeverity() 173 return ANDROID_LOG_VERBOSE; in LogSeverityToPriority()
|
/system/logging/logd/ |
D | LogBufferElement.cpp | 188 ANDROID_LOG_VERBOSE)) { in PopulateDroppedMessage()
|
D | SerializedLogBuffer.cpp | 133 return __android_log_is_loggable_len(prio, tag, tag_len, ANDROID_LOG_VERBOSE); in ShouldLog()
|
D | SimpleLogBuffer.cpp | 78 return __android_log_is_loggable_len(prio, tag, tag_len, ANDROID_LOG_VERBOSE); in ShouldLog()
|
D | ReplayMessages.cpp | 462 __android_log_set_minimum_priority(ANDROID_LOG_VERBOSE); in main()
|