Browse Source

Merge branch 'android-build' into Release_2.1

android-build
heck 4 years ago
parent
commit
35fda5286b
  1. 7
      pEpLog.hh

7
pEpLog.hh

@ -6,6 +6,9 @@
#include <sstream>
#include <thread>
#ifdef ANDROID
#include <android/log.h>
#endif
// pEpLog
// ======
@ -31,10 +34,6 @@
#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