Android Build: Add android/log.h include

pull/5/head
Hussein Kasem 2021-03-03 22:24:05 +01:00
parent 30e7668d51
commit e0122ea82f
Signed by: huss
GPG Key ID: 9E61B9BC790E6B02
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
#ifdef NDEBUG
#define pEpLog(msg) do{}while(0)
#else
#ifdef ANDROID
#include <android/log.h>
#endif
#define pEpLog(msg) \
do { \
std::stringstream msg_ss; \