Advertisement
zuevv

Learn Braille error log

Jul 29th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1.  
  2. 07/29 21:25:35: Launching 'app' on Sony D5803.
  3. $ adb shell am start -n "com.github.braillesystems.learnbraille/com.github.braillesystems.learnbraille.ui.screens.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
  4. Connected to process 4077 on device 'sony-d5803-YT911902EG'.
  5. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
  6. W/System: ClassLoader referenced unknown path: /data/app/com.github.braillesystems.learnbraille-1/lib/arm
  7. I/LearnBrailleApplication: onCreate
  8. W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
  9. I/MainActivity: onCreate
  10. I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>
  11. I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>
  12. D/logged: speechRecognitionEnabled -> false
  13. D/logged: additionalQrCodeButtonEnabled -> false
  14. D/logged: extendedAccessibilityEnabled -> true
  15. D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  16. I/LearnBrailleDatabase$in: Request value from database to force database callbacks and migrations
  17. I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (I741a3d36ca)
  18. OpenGL ES Shader Compiler Version: E031.29.00.00
  19. Build Date: 04/04/16 Mon
  20. Local Branch: mybranch19053788
  21. Remote Branch: quic/LA.BF.1.1.3_rb1.12
  22. Local Patches: NONE
  23. Reconstruct Branch: NOTHING
  24. I/OpenGLRenderer: Initialized EGL, version 1.4
  25. I/LearnBrailleDatabase$pr: Start database preparation
  26. E/AndroidRuntime: FATAL EXCEPTION: main
  27. Process: com.github.braillesystems.learnbraille, PID: 4077
  28. java.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteDatabase: /data/user/0/com.github.braillesystems.learnbraille/databases/learn_braille_database
  29. at android.database.sqlite.SQLiteClosable.acquireReference(SQLiteClosable.java:55)
  30. at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1659)
  31. at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1605)
  32. at androidx.sqlite.db.framework.FrameworkSQLiteDatabase.execSQL(FrameworkSQLiteDatabase.java:242)
  33. at com.github.braillesystems.learnbraille.data.db.LearnBrailleDatabase$Companion$buildDatabase$2$migrate$1.invokeSuspend(Database.kt:165)
  34. at com.github.braillesystems.learnbraille.data.db.LearnBrailleDatabase$Companion$buildDatabase$2$migrate$1.invoke(Database.kt)
  35. at com.github.braillesystems.learnbraille.data.db.LearnBrailleDatabase$prepare$1.invokeSuspend(Database.kt:92)
  36. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  37. at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:241)
  38. at android.os.Handler.handleCallback(Handler.java:739)
  39. at android.os.Handler.dispatchMessage(Handler.java:95)
  40. at android.os.Looper.loop(Looper.java:234)
  41. at android.app.ActivityThread.main(ActivityThread.java:5526)
  42. at java.lang.reflect.Method.invoke(Native Method)
  43. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  44. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  45. Suppressed: java.lang.IllegalStateException: Migration didn't properly handle: actions(com.github.braillesystems.learnbraille.data.entities.Action).
  46. Expected:
  47. TableInfo{name='actions', columns={date=Column{name='date', type='INTEGER', affinity='3', notNull=true, primaryKeyPosition=0, defaultValue='null'}, type=Column{name='type', type='TEXT', affinity='2', notNull=true, primaryKeyPosition=0, defaultValue='null'}, id=Column{name='id', type='INTEGER', affinity='3', notNull=true, primaryKeyPosition=1, defaultValue='null'}}, foreignKeys=[], indices=[]}
  48. Found:
  49. TableInfo{name='actions', columns={}, foreignKeys=[], indices=null}
  50. at androidx.room.RoomOpenHelper.onUpgrade(RoomOpenHelper.java:103)
  51. at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.onUpgrade(FrameworkSQLiteOpenHelper.java:124)
  52. at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:256)
  53. at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:163)
  54. at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getWritableSupportDatabase(FrameworkSQLiteOpenHelper.java:92)
  55. at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(FrameworkSQLiteOpenHelper.java:53)
  56. at androidx.room.RoomDatabase.inTransaction(RoomDatabase.java:476)
  57. at androidx.room.RoomDatabase.assertNotSuspendingTransaction(RoomDatabase.java:281)
  58. at androidx.room.RoomDatabase.query(RoomDatabase.java:324)
  59. at androidx.room.util.DBUtil.query(DBUtil.java:83)
  60. at com.github.braillesystems.learnbraille.data.entities.UserDao_Impl$7.call(UserDao_Impl.java:163)
  61. at com.github.braillesystems.learnbraille.data.entities.UserDao_Impl$7.call(UserDao_Impl.java:160)
  62. at androidx.room.CoroutinesRoom$Companion$execute$2.invokeSuspend(CoroutinesRoom.kt:54)
  63. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  64. at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:241)
  65. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  66. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  67. at java.lang.Thread.run(Thread.java:818)
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement