Advertisement
Guest User

Untitled

a guest
Jul 18th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. 07-18 19:22:23.962 4614 4614 I NfcService: Starting NFC service
  2. 07-18 19:22:23.964 4614 4614 E linker : library "/system/lib64/libnfc_nci_jni.so" ("/system/lib64/libnfc_nci_jni.so") needed or dlopened by "/apex/com.android.runtime/lib64/libnativeloader.so" is not accessible for the namespace: [name="classloader-namespace", ld_library_paths="", default_library_paths="", permitted_paths="/data:/mnt/expand:/data/data/com.android.nfc"]
  3. 07-18 19:22:23.964 4614 4614 D AndroidRuntime: Shutting down VM
  4. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: FATAL EXCEPTION: main
  5. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: Process: com.android.nfc, PID: 4614
  6. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "/system/lib64/libnfc_nci_jni.so" needed or dlopened by "/apex/com.android.runtime/lib64/libnativeloader.so" is not accessible for the namespace "classloader-namespace"
  7. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1071)
  8. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1007)
  9. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1667)
  10. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at com.android.nfc.dhimpl.NativeNfcManager.<clinit>(NativeNfcManager.java:47)
  11. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at com.android.nfc.NfcService.<init>(NfcService.java:413)
  12. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)
  13. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1190)
  14. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6460)
  15. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at android.app.ActivityThread.access$1300(ActivityThread.java:219)
  16. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1859)
  17. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107)
  18. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
  19. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7356)
  20. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  21. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
  22. 07-18 19:22:23.965 4614 4614 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:940)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement