Searched defs:ALOGW (Results 1 – 5 of 5) sorted by relevance
29 #define ALOGW(...) ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__) macro
71 #define ALOGW(...) ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__) macro
177 public static final int ALOGW = 2; field in EventLogger.Event
38 #define ALOGW(...) \ macro
41 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro