Home
last modified time | relevance | path

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

/system/core/include/utils/
DLog.h41 class LogIfSlow {
43 LogIfSlow(const char* tag, android_LogPriority priority,
45 ~LogIfSlow();
65 android::LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message);
/system/core/libutils/
DLog.cpp24 LogIfSlow::LogIfSlow(const char* tag, android_LogPriority priority, in LogIfSlow() function in android::LogIfSlow
30 LogIfSlow::~LogIfSlow() { in ~LogIfSlow()