Searched defs:AKLOGE (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h105 #define AKLOGE(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro
108 #define AKLOGE(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, fmt, ##__VA_ARGS__) macro
165 #define AKLOGE(fmt, ...) macro

Completed in 62 milliseconds