Hi all, I am getting this exception but I am not sure what it's all about - I am not really using a DB in my app and this started happening a couple of days ago. Any hints would certainly help me chase it. Thanks:
I/dalvikvm( 878): Uncaught exception thrown by finalizer (will be discarded): I/dalvikvm( 878): Ljava/lang/IllegalStateException;: Finalizing cursor android.database.sqlite.SQLiteCursor@4380fe20 on null that has not been deactivated or closed I/dalvikvm( 878): at android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:596) I/dalvikvm( 878): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm( 878): Uncaught exception thrown by finalizer (will be discarded): I/dalvikvm( 878): Ljava/lang/IllegalStateException;: Finalizing cursor android.database.sqlite.SQLiteCursor@437fd090 on null that has not been deactivated or closed I/dalvikvm( 878): at android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:596) I/dalvikvm( 878): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm( 878): Uncaught exception thrown by finalizer (will be discarded): I/dalvikvm( 878): Ljava/lang/IllegalStateException;: Finalizing cursor android.database.sqlite.SQLiteCursor@437e9370 on null that has not been deactivated or closed I/dalvikvm( 878): at android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:596) I/dalvikvm( 878): at dalvik.system.NativeStart.run(Native Method) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

