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