You're not calling close() on one (or more) of your Cursor. You can
look at the pid (713) here to see what process it occurs on.

On Wed, May 6, 2009 at 1:39 PM, Meryl Silverburgh
<[email protected]> wrote:
>
> I am seeing the exception in 'adb logcat'.  But I don't know if it is
> caused by my application or android platform.
> Can you please give me any idea how to troubleshoot this exception?
>
> Thank you.
>
> I/dalvikvm(  713): Uncaught exception thrown by finalizer (will be discarded):
> I/dalvikvm(  713): Ljava/lang/IllegalStateException;: Finalizing
> cursor android.database.sqlite.sqlitecur...@435ca1c0 on contacts that
> has not been deactivated or closed
> I/dalvikvm(  713):      at
> android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:596)
> I/dalvikvm(  713):      at dalvik.system.NativeStart.run(Native Method)
> I/dalvikvm(  713): Uncaught exception thrown by finalizer (will be discarded):
> I/dalvikvm(  713): Ljava/lang/IllegalStateException;: Finalizing
> cursor android.database.sqlite.sqlitecur...@435c99b0 on contacts that
> has not been deactivated or closed
> I/dalvikvm(  713):      at
> android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:596)
> I/dalvikvm(  713):      at dalvik.system.NativeStart.run(Native Method)
>
> >
>



-- 
Romain Guy
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

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