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

Last Crash Log

The document describes an error encountered in an Android application related to SQLite database corruption, specifically an SQLiteDatabaseCorruptException indicating that the file is not a database. The error occurs during the execution of a PRAGMA journal_mode command, which is part of the database connection process. The stack trace outlines the sequence of method calls leading to the exception.

Uploaded by

Luis Ara
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)
34 views1 page

Last Crash Log

The document describes an error encountered in an Android application related to SQLite database corruption, specifically an SQLiteDatabaseCorruptException indicating that the file is not a database. The error occurs during the execution of a PRAGMA journal_mode command, which is part of the database connection process. The stack trace outlines the sequence of method calls leading to the exception.

Uploaded by

Luis Ara
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.

SQLiteDatabaseCorruptException: file is not a database


(code 26 SQLITE_NOTADB[26]): , while compiling: PRAGMA journal_mode
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native
Method)
at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1372)
at
android.database.sqlite.SQLiteConnection.executeForString(SQLiteConnection.java:960
)
at
android.database.sqlite.SQLiteConnection.setJournalMode(SQLiteConnection.java:547)
at
android.database.sqlite.SQLiteConnection.setWalModeFromConfiguration(SQLiteConnecti
on.java:483)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:316)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:218)
at
android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionP
ool.java:737)
at
android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:284)
at
android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:251)
at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:1386)
at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:1336)
at
android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:967)
at
android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:955)
at
android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:44
8)
at
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:
391)
at o.cz3.ʻ(:3)
at com.phoenix.slog.SnapTubeLoggerManager.clearCheckWrapper(:2)
at o.uz3.ˊ(:23)
at o.vz3.ˏ(:3)
at o.uz3.ˊ(:16)
at o.zy3.handleMessage(:4)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:237)
at android.os.HandlerThread.run(HandlerThread.java:67)

You might also like