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

runtime service: get more information about init failure

Change-Id: I0ed50334feaa752d0b3bb7ec895495006d74695e
parent 754a2bbc
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ class DeviceRuntimeServiceImpl( ...@@ -58,7 +58,7 @@ class DeviceRuntimeServiceImpl(
override fun loadNativeLibrary() { override fun loadNativeLibrary() {
logService.w(TAG, "loadNativeLibrary") logService.w(TAG, "loadNativeLibrary")
mExecutor.execute { //mExecutor.execute {
Log.w(TAG, "System.loadLibrary") Log.w(TAG, "System.loadLibrary")
try { try {
System.loadLibrary("ring") System.loadLibrary("ring")
...@@ -67,7 +67,7 @@ class DeviceRuntimeServiceImpl( ...@@ -67,7 +67,7 @@ class DeviceRuntimeServiceImpl(
Process.killProcess(Process.myPid()) Process.killProcess(Process.myPid())
exitProcess(0) exitProcess(0)
} }
} //}
} }
override fun provideFilesDir(): File = mContext.filesDir override fun provideFilesDir(): File = mContext.filesDir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment