Skip to content
Snippets Groups Projects
Commit bffd2497 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

jni: use syslog

allows to use android logger

Change-Id: I66af2cb8dd05808f353dcc2dee74fa842718a445
parent 0a8609a1
No related branches found
No related tags found
No related merge requests found
......@@ -340,7 +340,7 @@ void init(ConfigurationCallback* confM, Callback* callM, PresenceCallback* presM
exportable_callback<ConversationSignal::ConversationPreferencesUpdated>(bind(&ConversationCallback::conversationPreferencesUpdated, convM, _1, _2, _3))
};
if (!libjami::init(static_cast<libjami::InitFlag>(libjami::LIBJAMI_FLAG_DEBUG)))
if (!libjami::init(static_cast<libjami::InitFlag>(libjami::LIBJAMI_FLAG_DEBUG | libjami::LIBJAMI_FLAG_SYSLOG)))
return;
registerSignalHandlers(callEvHandlers);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment