Advertisement
nospamdan

bluetooth op3t

Mar 9th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. --------- beginning of crash
  2. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: FATAL EXCEPTION: main
  3. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: Process: com.android.bluetooth, PID: 2214
  4. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/javax.obex.jar", zip file "/system/app/Bluetooth.apk"],nativeLibraryDirectories=[/system/lib64/Bluetooth, /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]]] couldn't find "libbluetooth_jni.so"
  5. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:984)
  6. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1530)
  7. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at com.android.bluetooth.btservice.AdapterApp.<clinit>(AdapterApp.java:34)
  8. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at java.lang.Class.newInstance(Native Method)
  9. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
  10. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at android.app.Instrumentation.newApplication(Instrumentation.java:993)
  11. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at android.app.LoadedApk.makeApplication(LoadedApk.java:796)
  12. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5427)
  13. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at android.app.ActivityThread.-wrap2(ActivityThread.java)
  14. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1556)
  15. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  16. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at android.os.Looper.loop(Looper.java:153)
  17. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6169)
  18. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  19. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:888)
  20. 01-24 03:58:09.787 2214 2214 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:778)
  21. 01-24 03:58:09.794 1124 1124 I MediaPlayerService: MediaPlayerService::getOMX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement