Hi all

I am developing one database app. in which i am getting exception
named as unable to close database due to unfinallised statements, and
throwing finallized cursor becoz cursor is not deactivated or closed.
And beauty of the exception its not getting when i am doing it on
emulator but on some of the phones. reports coming from android
market.  please tell me hoe can i solve this problem.

details of messages.(this details are coming in reports from market
not on emulator therefore i am unable to trace it.)

android.database.sqlite.SQLiteException: unable to close due to
unfinalised statements
at android.database.sqlite.SQLiteDatabase.dbclose(Native Method)
at
android.database.sqlite.SQLiteDatabase.onAllReferencesReleased(SQLiteDatabase.java:
322)
at android.database.sqlite.SQLiteDatabase.close(SQLiteDatabase.java:
990)
at
android.database.sqlite.SQLiteOpenHelper.close(SQLiteOpenHelper.java:
191)
at
com.dexterltd.leave_no_trace_lite.DataManager.close(DataManager.java:
185)
at
com.dexterltd.leave_no_trace_lite.ContactsSettings.getContactSettings(ContactsSettings.java:
657)
at com.dexterltd.leave_no_trace_lite.ContactsSettings.access
$9(ContactsSettings.java:529)
at com.dexterltd.leave_no_trace_lite.ContactsSettings
$4.run(ContactsSettings.java:127)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to