Skip to content

net.sqlcipher.database.SQLiteDiskIOException: error code 10: disk I/O error #409

@ouyangpeng

Description

@ouyangpeng

Hey, team, my application crashed. devName is MI 8,android 9.0

Here's the crash log:
image

[E][2018-12-23 +8.0 16:10:02.401][18375, 3657][:][OrmLiteDao.java, insert, 125][
net.sqlcipher.database.SQLiteDiskIOException: error code 10: disk I/O error
	at net.sqlcipher.database.SQLiteStatement.native_execute(Native Method)
	at net.sqlcipher.database.SQLiteStatement.executeInsert(SQLiteStatement.java:83)
	at com.j256.ormlite.sqlcipher.android.AndroidDatabaseConnection.insert(AndroidDatabaseConnection.java:158)
	at com.j256.ormlite.stmt.mapped.MappedCreate.insert(MappedCreate.java:91)
	at com.j256.ormlite.stmt.StatementExecutor.create(StatementExecutor.java:450)
	at com.j256.ormlite.dao.BaseDaoImpl.create(BaseDaoImpl.java:310)
	at com.xtc.data.phone.database.dao.OrmLiteDao.insert(OrmLiteDao.java:123)
	at com.xtc.data.phone.database.dao.OrmLiteDao.insert(OrmLiteDao.java:113)
	at com.xtc.watch.dao.dialog.DialogMsgDao.create(DialogMsgDao.java:131)
	at com.xtc.watch.service.weichat.impl.DialogMsgServiceImpl.Hawaii(DialogMsgServiceImpl.java:1711)
	at com.xtc.watch.service.weichat.impl.DialogMsgServiceImpl.sendSliceVoice(DialogMsgServiceImpl.java:813)
	at com.xtc.watch.view.weichat.presenter.VoiceRecordPresenter$StartRecorderListener.onRecording(VoiceRecordPresenter.java:569)
	at com.xtc.audio.record.RecorderManager.Hawaii(RecorderManager.java:448)
	at com.xtc.audio.record.RecorderManager.Hawaii(RecorderManager.java:29)
	at com.xtc.audio.record.RecorderManager$RecordDataThread.run(RecorderManager.java:376)

And this exception anomaly recurs,when I uninstall and reinstall the app, it returned to normal.
please help me!

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions