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