Hello,

I was getting IllegalStateException caused by the cursor. The logcat
is as follows:
Ljava/lang/IllegalStateException;: Finalizing cursor
android.database.sqlite.sqlitecur...@437c0e60 on null that has not
been deactivated or closed

I/dalvikvm( 585): at
android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:596)

I/dalvikvm( 585): at dalvik.system.NativeStart.run(Native Method)

I/dalvikvm( 585): Uncaught exception thrown by finalizer (will be
discarded):

I understand the 585 is PID but I have used many cursor which I have
taken care off properly. But may one among those is giving this
exception. I was unable to narrow down to particular portion in the
code from this exception.

Could anybody help me to know, how could I understand which cursor /
line of code , from the error that I see in the logcat

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

Reply via email to