Should be no need to load baresip lib also from BaresipService
This commit is contained in:
@ -1700,12 +1700,4 @@ class BaresipService: Service() {
|
||||
|
||||
}
|
||||
|
||||
init {
|
||||
if (!libraryLoaded) {
|
||||
Log.d(TAG, "Loading baresip library")
|
||||
System.loadLibrary("baresip")
|
||||
libraryLoaded = true
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user