Searched refs:LOG_PRI (Results 1 – 3 of 3) sorted by relevance
/system/core/libutils/ |
D | Log.cpp | 33 LOG_PRI(mPriority, mTag, "%s: %dms", mMessage, durationMillis); in ~LogIfSlow()
|
/system/core/include/log/ |
D | log.h | 432 LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) 438 #ifndef LOG_PRI 439 #define LOG_PRI(priority, tag, ...) \ macro
|
/system/core/liblog/ |
D | README | 13 LOG_PRI(priority, tag, format, ...)
|