more Android debugging.

This commit is contained in:
Vítor Santos Costa
2014-06-12 01:49:03 +01:00
parent 3929fc9009
commit aefb7b3668
6 changed files with 38 additions and 16 deletions

View File

@@ -301,15 +301,4 @@ typedef enum
} yap_flag_t;
#if __ANDROID__
#include <android/asset_manager.h>
#include <android/asset_manager_jni.h>
#include <android/log.h>
#else
inline void __android_log_print(int i, const char loc[], const char msg[], ...) {}
#define ANDROID_LOG_INFO 0
#define ANDROID_LOG_ERROR 0
#define ANDROID_LOG_DEBUG 0
#endif
#endif /* _YAPDEFS_H */