Browse Source
Android Build: Add android/log.h include
pull/5/head
Hussein Kasem
4 years ago
No known key found for this signature in database
GPG Key ID: 9E61B9BC790E6B02
1 changed files with
4 additions and
0 deletions
-
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; \ |
|
|
|