Browse Source

Android Build: Add android/log.h include

pull/5/head
Hussein Kasem 4 years ago
parent
commit
e0122ea82f
No known key found for this signature in database GPG Key ID: 9E61B9BC790E6B02
  1. 4
      pEpLog.hh

4
pEpLog.hh

@ -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; \

Loading…
Cancel
Save