Android database corrupt, but can open in SQLite Manager. Recoverable?

后端 未结 3 1288
北海茫月
北海茫月 2021-02-13 11:02

In the latest two weeks, without releasing an update to my app, I have started getting a bunch of reports with corrupted databases. Below is the stacktrace. Android cannot open

3条回答
  •  逝去的感伤
    2021-02-13 11:42

    In your app does you close the database before you exit the activity? Watch the logcat and check if there are any errors or warnings when you run your app.

提交回复
热议问题