When you're done using a Cursor before you loose all references to it
you should call close() on it to release the resources it's using.

-Jeff

On Tue, Sep 23, 2008 at 3:09 AM, Wesley Sagittarius <[EMAIL PROTECTED]> wrote:
>
> hi,
>
> how to finalizing sqllite cursor???
>
> 09-23 10:06:08.646: INFO/dalvikvm(1662): Uncaught exception thrown by
> finalizer (will be discarded):
> 09-23 10:06:08.646: INFO/dalvikvm(1662): Ljava/lang/
> IllegalStateException;: Finalizing cursor
> [EMAIL PROTECTED] on notes that has not
> been deactivated or closed
> 09-23 10:06:08.646: INFO/dalvikvm(1662):     at
> android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:440)
> 09-23 10:06:08.646: INFO/dalvikvm(1662):     at
> dalvik.system.NativeStart.run(Native Method)
>
> any one have any idea???
>
>
>
> Wesley.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to