Searched defs:AKLOGE (Results 1 – 1 of 1) sorted by relevance
105 #define AKLOGE(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro108 #define AKLOGE(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, fmt, ##__VA_ARGS__) macro165 #define AKLOGE(fmt, ...) macro