Searched defs:ALOGI (Results 1 – 4 of 4) sorted by relevance
24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
163 public static final int ALOGI = 0; field in EventLogger.Event