Searched defs:AKLOGI (Results 1 – 1 of 1) sorted by relevance
108 #define AKLOGI(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro111 #define AKLOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, fmt, ##__VA_ARGS__) macro168 #define AKLOGI(fmt, ...) macro