02-02 14:31:34.048: WARN/SQLiteCompiledSql(359): Releasing statement in a finalizer. Please ensure that you explicitly call close() on your cursor: SELECT * FROM 02
I resolved the exception. I was calling
db = eventsData.getReadableDatabase();
twice thats why the exception is thrown