This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
LIB-14 Android build: Always include android/log.h not just on debug
android-build
Hussein Kasem
1 year ago
parent
1270d1476e
commit
54875050e2
Signed by untrusted user:
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