Searched defs:ALOGI (Results 1 – 2 of 2) sorted by relevance
/system/core/libcutils/ | ||
D | loghack.h | 32 #define ALOGI(...) ALOG("I", __VA_ARGS__) macro |
/system/core/include/log/ | ||
D | log.h | 115 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro |