I don't see FATAL_EXCEPTION or anything like that anywhere. I thought these kind of exceptions were warnings, not errors. Should it crash my app?
Note: the query was running on a worker thread.
05-18 10:33:05.446 E/StrictMode( 4102): Finalizing a Cursor that has not been deactivated or closed. database = /data/data/com.my.stuff/databases/SomeDatabase.db query = SELECT foo FROM bar
05-18 10:33:05.446 E/StrictMode( 4102): android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here
Thanks in advance...