0% found this document useful (0 votes)
55 views2 pages

Last Crash Log

An Android application is encountering a SQLiteDatabaseCorruptException error when trying to open a database file. The error message indicates that the file is not a valid database file. The exception is occurring when trying to set the journal mode on the database connection. This is preventing the application from opening the database and causing a crash.

Uploaded by

Johanna Mariño
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)
55 views2 pages

Last Crash Log

An Android application is encountering a SQLiteDatabaseCorruptException error when trying to open a database file. The error message indicates that the file is not a valid database file. The exception is occurring when trying to set the journal mode on the database connection. This is preventing the application from opening the database and causing a crash.

Uploaded by

Johanna Mariño
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/ 2

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.a30.<init>(:3)
at o.a30.ˋ(:5)
at o.a30.ˊ(:3)
at com.snaptube.premium.download.StorageStatus.ˊ(:3)
at com.snaptube.premium.download.StorageStatus.ˉ(:7)
at com.snaptube.premium.download.StorageStatus.ˈ(:1)
at com.snaptube.premium.fragment.MyThingsFragment.onCreateView(:6)
at androidx.fragment.app.Fragment.performCreateView(:6)
at androidx.fragment.app.FragmentManagerImpl.moveToState(:64)
at androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(:6)
at androidx.fragment.app.FragmentManagerImpl.moveToState(:149)
at androidx.fragment.app.BackStackRecord.executeOps(:24)
at androidx.fragment.app.FragmentManagerImpl.executeOps(:6)
at androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(:14)
at
androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(:10)
at androidx.fragment.app.FragmentManagerImpl.execPendingActions(:4)
at androidx.fragment.app.FragmentManagerImpl.executePendingTransactions(:1)
at o.zd5.finishUpdate(:4)
at o.d50.finishUpdate(:1)
at androidx.viewpager.widget.ViewPager.ʻ(:50)
at androidx.viewpager.widget.ViewPager.(:1)
ʼ
at androidx.viewpager.widget.ViewPager.onMeasure(:25)
at android.view.View.measure(View.java:26414)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:26414)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:26414)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845)
at androidx.coordinatorlayout.widget.CoordinatorLayout.ˊ(:64)
at com.google.android.material.appbar.HeaderScrollingViewBehavior.ˊ(:12)
at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasure(:34)
at android.view.View.measure(View.java:26414)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:26414)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at androidx.appcompat.widget.ContentFrameLayout.onMeasure(:21)
at android.view.View.measure(View.java:26414)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:26414)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:26414)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845)
at
android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:26414)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at com.android.internal.policy.DecorView.onMeasure(DecorView.java:1013)
at android.view.View.measure(View.java:26414)
at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:3605)
at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:2348)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2640)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2200)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9065)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:999)
at android.view.Choreographer.doCallbacks(Choreographer.java:797)
at android.view.Choreographer.doFrame(Choreographer.java:732)
at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:984)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:8019)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)

You might also like