HomeSort by relevance Sort by last modified time
    Searched refs:LogIfSlow (Results 1 - 2 of 2) sorted by null

  /system/core/include/utils/
Log.h 41 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/
Log.cpp 24 LogIfSlow::LogIfSlow(const char* tag, android_LogPriority priority,
30 LogIfSlow::~LogIfSlow() {

Completed in 417 milliseconds