Advertisement
zuevv

learn braille tablet log

Jul 29th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1.  
  2. 07/29 21:42:43: Launching 'app' on samsung SM-T800.
  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 6484 on device 'samsung-sm_t800-3204162de79e115b'.
  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. I/LearnBrailleDatabase$in: Request value from database to force database callbacks and migrations
  9. I/LearnBrailleDatabase$pr: Start database preparation
  10. I/LearnBrailleDatabase$pr: Start database preparation
  11. I/LearnBrailleDatabase$pr: Finnish database preparation
  12. E/AndroidRuntime: FATAL EXCEPTION: main
  13. Process: com.github.braillesystems.learnbraille, PID: 6484
  14. java.lang.IllegalStateException: Migration didn't properly handle: actions(com.github.braillesystems.learnbraille.data.entities.Action).
  15. Expected:
  16. 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=[]}
  17. Found:
  18. TableInfo{name='actions', columns={}, foreignKeys=[], indices=null}
  19. at androidx.room.RoomOpenHelper.onUpgrade(RoomOpenHelper.java:103)
  20. at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.onUpgrade(FrameworkSQLiteOpenHelper.java:124)
  21. at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:256)
  22. at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:163)
  23. at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getWritableSupportDatabase(FrameworkSQLiteOpenHelper.java:92)
  24. at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(FrameworkSQLiteOpenHelper.java:53)
  25. at androidx.room.RoomDatabase.inTransaction(RoomDatabase.java:476)
  26. at androidx.room.RoomDatabase.assertNotSuspendingTransaction(RoomDatabase.java:281)
  27. at androidx.room.RoomDatabase.query(RoomDatabase.java:324)
  28. at androidx.room.util.DBUtil.query(DBUtil.java:83)
  29. at com.github.braillesystems.learnbraille.data.entities.UserDao_Impl$7.call(UserDao_Impl.java:163)
  30. at com.github.braillesystems.learnbraille.data.entities.UserDao_Impl$7.call(UserDao_Impl.java:160)
  31. at androidx.room.CoroutinesRoom$Companion$execute$2.invokeSuspend(CoroutinesRoom.kt:54)
  32. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  33. at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:241)
  34. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  35. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  36. at java.lang.Thread.run(Thread.java:818)
  37. I/Process: Sending signal. PID: 6484 SIG: 9
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement