0% found this document useful (0 votes)
9 views1 page

Last Crash Log

The document describes an SQLiteDiskIOException error occurring in an Android application, specifically related to a disk I/O error while executing a PRAGMA journal_mode command. The error is traced through various methods in the SQLiteConnection and SQLiteDatabase classes. This issue may affect the ability to open or write to the database, leading to potential application crashes or data loss.

Uploaded by

Tupak Null
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Last Crash Log

The document describes an SQLiteDiskIOException error occurring in an Android application, specifically related to a disk I/O error while executing a PRAGMA journal_mode command. The error is traced through various methods in the SQLiteConnection and SQLiteDatabase classes. This issue may affect the ability to open or write to the database, leading to potential application crashes or data loss.

Uploaded by

Tupak Null
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

android.database.sqlite.

SQLiteDiskIOException: disk I/O error (code 4874


SQLITE_IOERR_SHMSIZE): , while compiling: PRAGMA journal_mode
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native
Method)
at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1045)
at
android.database.sqlite.SQLiteConnection.executeForString(SQLiteConnection.java:788
)
at
android.database.sqlite.SQLiteConnection.setJournalMode(SQLiteConnection.java:405)
at
android.database.sqlite.SQLiteConnection.setWalModeFromConfiguration(SQLiteConnecti
on.java:335)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:258)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:205)
at
android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionP
ool.java:505)
at
android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
at
android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:918)
at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:898)
at
android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:762)
at
android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:751)
at
android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:37
3)
at
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:
316)
at o.dh$a.ˎ(:2)
at o.dh.ˈ(:1)
at androidx.room.RoomDatabase.beginTransaction(:2)
at androidx.work.impl.utils.ForceStopRunnable.ˊ(:6)
at androidx.work.impl.utils.ForceStopRunnable.run(:3)
at o.dn$a.run(:1)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)

You might also like