Home
last modified time | relevance | path

Searched refs:ShouldLog (Results 1 – 2 of 2) sorted by relevance

/system/core/base/include/android-base/
Dlogging.h196 (UNLIKELY(::android::base::ShouldLog(SEVERITY_LAMBDA(severity), _LOG_TAG_INTERNAL)) || \
429 bool ShouldLog(LogSeverity severity, const char* tag);
/system/core/base/
Dlogging.cpp551 bool ShouldLog(LogSeverity severity, const char* tag) { in ShouldLog() function