diff options
Diffstat (limited to 'core/jni/android_bluetooth_Database.cpp')
-rw-r--r-- | core/jni/android_bluetooth_Database.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/jni/android_bluetooth_Database.cpp b/core/jni/android_bluetooth_Database.cpp index 136c9a3..73b8efd 100644 --- a/core/jni/android_bluetooth_Database.cpp +++ b/core/jni/android_bluetooth_Database.cpp @@ -53,6 +53,7 @@ static void initializeNativeDataNative(JNIEnv* env, jobject object) { LOGE("Could not get onto the system bus!"); dbus_error_free(&err); } + dbus_connection_set_exit_on_disconnect(conn, FALSE); } #endif } |