Home
last modified time | relevance | path

Searched refs:LOG_PRI (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/
DLog.cpp33 LOG_PRI(mPriority, mTag, "%s: %dms", mMessage, durationMillis); in ~LogIfSlow()
/system/core/include/log/
Dlog.h432 LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
438 #ifndef LOG_PRI
439 #define LOG_PRI(priority, tag, ...) \ macro
/system/core/liblog/
DREADME13 LOG_PRI(priority, tag, format, ...)