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

update daemon

Change-Id: Ia250bea32cc84d7249683a040b77948c5e67b343
parent f6929cd3
No related branches found
No related tags found
No related merge requests found
daemon @ 346a9d18
Subproject commit 0283b832cd353412dafe2d321782c11646709e76
Subproject commit 346a9d182656c19d5ad3881cbebafc746a9a12d0
......@@ -61,7 +61,7 @@ class DeviceRuntimeServiceImpl(
mExecutor.execute {
Log.w(TAG, "System.loadLibrary")
try {
System.loadLibrary("jami-jni")
System.loadLibrary("jami-core-jni")
} catch (e: Exception) {
Log.e(TAG, "Could not load Jami library", e)
Process.killProcess(Process.myPid())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment