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

Last Crash Log

The document describes an SQLiteFullException error indicating that the database or disk is full, resulting in a failure to execute an update operation. This error is associated with a lack of available space on the device, leading to various method calls in the SQLite connection process. The stack trace outlines the sequence of method invocations that led to the error.

Uploaded by

lfaby1639
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)
8 views1 page

Last Crash Log

The document describes an SQLiteFullException error indicating that the database or disk is full, resulting in a failure to execute an update operation. This error is associated with a lack of available space on the device, leading to various method calls in the SQLite connection process. The stack trace outlines the sequence of method invocations that led to the error.

Uploaded by

lfaby1639
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.

SQLiteFullException: database or disk is full (Sqlite code


13), (OS error - 28:No space left on device)
at
android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native
Method)
at
android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection
.java:770)
at
android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:
769)
at
android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64
)
at
android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:185
8)
at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1799)
at o.x96.‫(ﯨ‬SourceFile:3)
at o.y96.ι(SourceFile:1)
at o.jn6.ˋ(SourceFile:33)
at com.snaptube.premium.localplay.LocalPlayerController.ᔈ(SourceFile:33)
at com.snaptube.premium.localplay.LocalPlayerController.ˍ(SourceFile:1)
at com.snaptube.premium.localplay.LocalPlayerController$e.run(SourceFile:1)
at android.os.Handler.handleCallback(Handler.java:761)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:156)
at android.app.ActivityThread.main(ActivityThread.java:6581)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:999)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:889)

You might also like