Home
last modified time | relevance | path

Searched refs:WOULD_LOG (Results 1 – 8 of 8) sorted by relevance

/system/core/base/
Dlogging_test.cpp117 EXPECT_FALSE(WOULD_LOG(severity)) << i; \
121 EXPECT_FALSE(WOULD_LOG(::android::base::severity)) << i; \
131 EXPECT_TRUE(WOULD_LOG(severity)) << i; \
135 EXPECT_TRUE(WOULD_LOG(::android::base::severity)) << i; \
Dlogging.cpp410 if (!WOULD_LOG(data_->GetSeverity())) { in ~LogMessage()
/system/core/base/include/android-base/
Dlogging.h214 #define WOULD_LOG(severity) \ macro
244 (WOULD_LOG(severity) && \
/system/netd/resolv/
DDnsProxyListener.cpp83 if (!WOULD_LOG(VERBOSE)) return; in logArguments()
376 if (!WOULD_LOG(DEBUG)) return; in logDnsQueryResult()
391 if (!WOULD_LOG(DEBUG)) return; in logDnsQueryResult()
441 if (WOULD_LOG(DEBUG)) { in synthesizeNat64PrefixWithARecord()
479 if (WOULD_LOG(DEBUG)) { in synthesizeNat64PrefixWithARecord()
Dres_debug.cpp269 if (!WOULD_LOG(VERBOSE)) return; in res_pquery()
Dres_cache.cpp1290 if (!WOULD_LOG(VERBOSE)) return; in dump_query()
/system/iorap/src/perfetto/
Drx_producer.cc433 if (WOULD_LOG(VERBOSE) && !dest.is_subscribed()) { in EmitNext()
/system/iorap/src/inode2filename/
Dsearch_directories.cc769 if (WOULD_LOG(VERBOSE)) { in SearchDirectoriesForMatchingInodes()