Searched refs:android_printLog (Results 1 – 2 of 2) sorted by relevance
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 61 #define android_printLog(prio, tag, ...) \ macro 71 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
|
/system/core/liblog/include/log/ |
D | log_main.h | 61 #define android_printLog(prio, tag, ...) \ macro 71 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
|