This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
libpEpAdapter
Watch
12
Star
1
Fork
4
Code
Issues
Pull Requests
1
Releases
65
Activity
Browse Source
LIB-14 Android build: Always include android/log.h not just on debug
pull/6/head
Hussein Kasem
1 year ago
parent
1270d1476e
commit
54875050e2
Signed by:
huss
GPG Key ID:
9E61B9BC790E6B02
1 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
pEpLog.hh
+ 3
- 4
pEpLog.hh
View File
@ -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
;
\
Write
Preview
Loading…
Cancel
Save