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
Merge branch 'android-build' into Release_2.1
android-build
heck
1 year ago
parent
1270d1476e
54875050e2
commit
35fda5286b
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