Go to the documentation of this file.
   20 #include <android/log.h> 
   22 #define  LOG_TAG    "Beatmup Core" 
   23 #define  LOG_I(...)  __android_log_print(ANDROID_LOG_INFO,  LOG_TAG, __VA_ARGS__) 
   24 #define  LOG_E(...)  __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)