Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.65 KB | None | 0 0
  1. 03-14 17:16:31.842 10326-10326/? I/art: Late-enabling -Xcheck:jni
  2. 03-14 17:16:31.887 10326-10332/? I/art: Debugger is no longer active
  3. 03-14 17:16:32.199 10326-10344/? D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  4. 03-14 17:16:32.386 10326-10344/? I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/09/15, 6cbbf7d, I3193f6e94a
  5. 03-14 17:16:32.389 10326-10344/? I/OpenGLRenderer: Initialized EGL, version 1.4
  6. 03-14 17:16:37.979 10326-10326/net.zetetic.sqlcipher.test I/TestSuiteBehaviorsActivity: onCreate
  7. 03-14 17:16:38.022 10326-10603/net.zetetic.sqlcipher.test I/Zetetic: Running test suite on armeabi-v7a platform
  8. 03-14 17:16:38.118 10326-10603/net.zetetic.sqlcipher.test E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1
  9. Process: net.zetetic.sqlcipher.test, PID: 10326
  10. java.lang.RuntimeException: An error occurred while executing doInBackground()
  11. at android.os.AsyncTask$3.done(AsyncTask.java:309)
  12. at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
  13. at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
  14. at java.util.concurrent.FutureTask.run(FutureTask.java:242)
  15. at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
  16. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  17. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  18. at java.lang.Thread.run(Thread.java:818)
  19. Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aeabi_memcpy4" referenced by "/data/app/net.zetetic.sqlcipher.test-1/lib/arm/libsqlcipher.so"...
  20. at java.lang.Runtime.loadLibrary(Runtime.java:372)
  21. at java.lang.System.loadLibrary(System.java:1076)
  22. at net.sqlcipher.database.SQLiteDatabase$1.loadLibraries(SQLiteDatabase.java:223)
  23. at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:240)
  24. at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:219)
  25. at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:212)
  26. at net.zetetic.tests.TestSuiteRunner.runSuite(TestSuiteRunner.java:53)
  27. at net.zetetic.tests.TestSuiteRunner.doInBackground(TestSuiteRunner.java:34)
  28. at net.zetetic.tests.TestSuiteRunner.doInBackground(TestSuiteRunner.java:17)
  29. at android.os.AsyncTask$2.call(AsyncTask.java:295)
  30. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  31. at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234) 
  32. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) 
  33. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) 
  34. at java.lang.Thread.run(Thread.java:818) 
  35. 03-14 17:16:38.163 10326-10344/net.zetetic.sqlcipher.test E/Surface: getSlotFromBufferLocked: unknown buffer: 0xb89494c8
  36. 03-14 17:16:38.164 10326-10344/net.zetetic.sqlcipher.test D/OpenGLRenderer: endAllActiveAnimators on 0xb8a0d338 (RippleDrawable) with handle 0xb89276c8
  37. 03-14 17:16:40.219 10326-10603/net.zetetic.sqlcipher.test I/Process: Sending signal. PID: 10326 SIG: 9
  38.  
  39. 03-14 17:16:54.733 11012-11012/? I/art: Late-enabling -Xcheck:jni
  40. 03-14 17:16:54.869 11012-11035/net.zetetic.sqlcipher.test D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  41. 03-14 17:16:54.930 11012-11035/net.zetetic.sqlcipher.test I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/09/15, 6cbbf7d, I3193f6e94a
  42. 03-14 17:16:54.933 11012-11035/net.zetetic.sqlcipher.test I/OpenGLRenderer: Initialized EGL, version 1.4
  43. 03-14 17:17:05.281 11012-11012/net.zetetic.sqlcipher.test D/AndroidRuntime: Shutting down VM
  44. 03-14 17:17:05.284 11012-11012/net.zetetic.sqlcipher.test E/AndroidRuntime: FATAL EXCEPTION: main
  45. Process: net.zetetic.sqlcipher.test, PID: 11012
  46. java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aeabi_memcpy4" referenced by "/data/app/net.zetetic.sqlcipher.test-1/lib/arm/libsqlcipher.so"...
  47. at java.lang.Runtime.loadLibrary(Runtime.java:372)
  48. at java.lang.System.loadLibrary(System.java:1076)
  49. at net.sqlcipher.database.SQLiteDatabase$1.loadLibraries(SQLiteDatabase.java:223)
  50. at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:240)
  51. at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:219)
  52. at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:212)
  53. at net.zetetic.activities.TestScrollingCursorActivity.initializeEnvironment(TestScrollingCursorActivity.java:96)
  54. at net.zetetic.activities.TestScrollingCursorActivity.onCreate(TestScrollingCursorActivity.java:48)
  55. at android.app.Activity.performCreate(Activity.java:6245)
  56. at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1130)
  57. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2379)
  58. at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2490)
  59. at android.app.ActivityThread.-wrap11(ActivityThread.java)
  60. at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1354)
  61. at android.os.Handler.dispatchMessage(Handler.java:102)
  62. at android.os.Looper.loop(Looper.java:148)
  63. at android.app.ActivityThread.main(ActivityThread.java:5443)
  64. at java.lang.reflect.Method.invoke(Native Method)
  65. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728)
  66. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
  67. 03-14 17:17:06.838 11012-11012/net.zetetic.sqlcipher.test I/Process: Sending signal. PID: 11012 SIG: 9
  68. 03-14 17:16:31.842 10326-10326/? I/art: Late-enabling -Xcheck:jni
  69. 03-14 17:16:31.887 10326-10332/? I/art: Debugger is no longer active
  70. 03-14 17:16:32.199 10326-10344/? D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  71. 03-14 17:16:32.386 10326-10344/? I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/09/15, 6cbbf7d, I3193f6e94a
  72. 03-14 17:16:32.389 10326-10344/? I/OpenGLRenderer: Initialized EGL, version 1.4
  73. 03-14 17:16:37.979 10326-10326/net.zetetic.sqlcipher.test I/TestSuiteBehaviorsActivity: onCreate
  74. 03-14 17:16:38.022 10326-10603/net.zetetic.sqlcipher.test I/Zetetic: Running test suite on armeabi-v7a platform
  75. 03-14 17:16:38.118 10326-10603/net.zetetic.sqlcipher.test E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1
  76. Process: net.zetetic.sqlcipher.test, PID: 10326
  77. java.lang.RuntimeException: An error occurred while executing doInBackground()
  78. at android.os.AsyncTask$3.done(AsyncTask.java:309)
  79. at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
  80. at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
  81. at java.util.concurrent.FutureTask.run(FutureTask.java:242)
  82. at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
  83. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  84. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  85. at java.lang.Thread.run(Thread.java:818)
  86. Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aeabi_memcpy4" referenced by "/data/app/net.zetetic.sqlcipher.test-1/lib/arm/libsqlcipher.so"...
  87. at java.lang.Runtime.loadLibrary(Runtime.java:372)
  88. at java.lang.System.loadLibrary(System.java:1076)
  89. at net.sqlcipher.database.SQLiteDatabase$1.loadLibraries(SQLiteDatabase.java:223)
  90. at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:240)
  91. at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:219)
  92. at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:212)
  93. at net.zetetic.tests.TestSuiteRunner.runSuite(TestSuiteRunner.java:53)
  94. at net.zetetic.tests.TestSuiteRunner.doInBackground(TestSuiteRunner.java:34)
  95. at net.zetetic.tests.TestSuiteRunner.doInBackground(TestSuiteRunner.java:17)
  96. at android.os.AsyncTask$2.call(AsyncTask.java:295)
  97. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  98. at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234) 
  99. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) 
  100. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) 
  101. at java.lang.Thread.run(Thread.java:818) 
  102. 03-14 17:16:38.163 10326-10344/net.zetetic.sqlcipher.test E/Surface: getSlotFromBufferLocked: unknown buffer: 0xb89494c8
  103. 03-14 17:16:38.164 10326-10344/net.zetetic.sqlcipher.test D/OpenGLRenderer: endAllActiveAnimators on 0xb8a0d338 (RippleDrawable) with handle 0xb89276c8
  104. 03-14 17:16:40.219 10326-10603/net.zetetic.sqlcipher.test I/Process: Sending signal. PID: 10326 SIG: 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement