Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

2023-09-17 09:02:25.

403
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.ws2$a.ˉ(SourceFile:2)
at o.ws2.getWritableDatabase(SourceFile:1)
at androidx.room.RoomDatabase.inTransaction(SourceFile:1)
at androidx.room.RoomDatabase.assertNotSuspendingTransaction(SourceFile:1)
at o.vd2.ˎ(SourceFile:4)
at
net.pubnative.mediation.adapter.network.FallbackNetworkAdapter$request$1.invokeSusp
end(SourceFile:2)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:4)
at o.pm1.run(SourceFile:22)
at o.kz3.run(SourceFile:2)
at o.bm7.run(SourceFile:1)
at kotlinx.coroutines.scheduling.CoroutineScheduler.ˮ(SourceFile:1)
at kotlinx.coroutines.scheduling.CoroutineScheduler$c.ˎ(SourceFile:4)
at kotlinx.coroutines.scheduling.CoroutineScheduler$c.ˈ(SourceFile:4)
at kotlinx.coroutines.scheduling.CoroutineScheduler$c.run(SourceFile:1)
Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException:
[bb7{Cancelling}@69e96d, Dispatchers.IO]

You might also like