Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_VERBOSE (Results 1 – 22 of 22) sorted by relevance

/system/logging/liblog/tests/
Dliblog_host_test.cpp54 __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 …]
Dliblog_default_tag.cpp123 __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()
Dliblog_test.cpp1181 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 …]
Dliblog_benchmark.cpp789 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/
Dlog_system.h46 ((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, \
Dlog_radio.h48 ((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, \
Dlog_main.h371 (__android_log_is_loggable_len(prio, tag, (tag) ? strlen(tag) : 0, ANDROID_LOG_VERBOSE) != 0)
/system/logging/liblog/include/log/
Dlog_system.h46 ((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, \
Dlog_radio.h48 ((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, \
Dlog_main.h371 (__android_log_is_loggable_len(prio, tag, (tag) ? strlen(tag) : 0, ANDROID_LOG_VERBOSE) != 0)
/system/memory/libmemunreachable/
Dlog.h29 #define MEM_ALOGV_IMPL(...) async_safe_format_log(ANDROID_LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
/system/logging/liblog/
Dlogger_write.cpp320 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()
Dlogd_writer.cpp153 ANDROID_LOG_VERBOSE)) { in LogdWrite()
Dlogprint.cpp120 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()
Dproperties.cpp230 case 'V': return ANDROID_LOG_VERBOSE; in __android_log_level()
/system/update_engine/aosp/
Dlogging_android.cc101 case ANDROID_LOG_VERBOSE: in LogPriorityToCString()
225 (severity < 0) ? ANDROID_LOG_VERBOSE : ANDROID_LOG_UNKNOWN; in RedirectToLiblog()
/system/logging/liblog/include/android/
Dlog.h79 ANDROID_LOG_VERBOSE, enumerator
/system/libbase/
Dlogging.cpp153 case ANDROID_LOG_VERBOSE: in PriorityToLogSeverity()
173 return ANDROID_LOG_VERBOSE; in LogSeverityToPriority()
/system/logging/logd/
DLogBufferElement.cpp188 ANDROID_LOG_VERBOSE)) { in PopulateDroppedMessage()
DSerializedLogBuffer.cpp133 return __android_log_is_loggable_len(prio, tag, tag_len, ANDROID_LOG_VERBOSE); in ShouldLog()
DSimpleLogBuffer.cpp78 return __android_log_is_loggable_len(prio, tag, tag_len, ANDROID_LOG_VERBOSE); in ShouldLog()
DReplayMessages.cpp462 __android_log_set_minimum_priority(ANDROID_LOG_VERBOSE); in main()