Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force Close - SQLiteDiskIOException #15

Open
mattprecious opened this issue Sep 2, 2011 · 0 comments
Open

Force Close - SQLiteDiskIOException #15

mattprecious opened this issue Sep 2, 2011 · 0 comments

Comments

@mattprecious
Copy link
Owner

Exception class: android.database.sqlite.SQLiteDiskIOException
Source method: DatabaseUtils.readExceptionFromParcel()

java.lang.RuntimeException: Unable to create service com.mattprecious.smsfix.library.FixService: android.database.sqlite.SQLiteDiskIOException: disk I/O error
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2969)
at android.app.ActivityThread.access$3300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2087)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.database.sqlite.SQLiteDiskIOException: disk I/O error
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:156)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
at android.content.ContentProviderProxy.bulkQueryInternal(ContentProviderNative.java:330)
at android.content.ContentProviderProxy.query(ContentProviderNative.java:366)
at android.content.ContentResolver.query(ContentResolver.java:260)
at com.mattprecious.smsfix.library.FixService.onCreate(FixService.java:95)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2959)
... 10 more

mattprecious added a commit that referenced this issue Sep 3, 2011
mattprecious added a commit that referenced this issue Feb 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant