Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. 10-20 17:28:14.251 6666 6666 D AndroidRuntime: Shutting down VM
  2. 10-20 17:28:14.251 6666 6666 E AndroidRuntime: !@*** FATAL EXCEPTION IN SYSTEM PROCESS: main
  3. 10-20 17:28:14.251 6666 6666 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_Z15create_comm_ctx22TLC_COMMUNICATION_TYPEPKcjS1_jjj" referenced by "/system/lib/libtlc_spay.so"...
  4. 10-20 17:28:14.251 6666 6666 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Unknown Source:97)
  5. 10-20 17:28:14.251 6666 6666 E AndroidRuntime: at java.lang.System.loadLibrary(Unknown Source:8)
  6. 10-20 17:28:14.251 6666 6666 E AndroidRuntime: at com.android.server.SystemServer.run(Unknown Source:254)
  7. 10-20 17:28:14.251 6666 6666 E AndroidRuntime: at com.android.server.SystemServer.main(Unknown Source:5)
  8. 10-20 17:28:14.251 6666 6666 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  9. 10-20 17:28:14.251 6666 6666 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Unknown Source:11)
  10. 10-20 17:28:14.251 6666 6666 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(Unknown Source:198)
  11. 10-20 17:28:14.252 6666 6666 E AndroidRuntime: Error reporting crash
  12. 10-20 17:28:14.252 6666 6666 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method 'void android.app.IActivityManager.handleApplicationCrash(android.os.IBinder, android.app.ApplicationErrorReport$ParcelableCrashInfo)' on a null object reference
  13. 10-20 17:28:14.252 6666 6666 E AndroidRuntime: at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(Unknown Source:49)
  14. 10-20 17:28:14.252 6666 6666 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(Unknown Source:16)
  15. 10-20 17:28:14.252 6666 6666 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(Unknown Source:6)
  16. 10-20 17:28:14.252 6666 6666 E AndroidRuntime: at java.lang.Thread.dispatchUncaughtException(Unknown Source:13)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement