[android-developers] Re: Database Leak in LogCat - SQLiteDatabase, Cursor, Lifecycle

2009-01-14 Thread 3D
anyone else get Database Leak found in LogCat? What does it mean? Thanks. On Jan 10, 2:43 pm, 3D ernestgfre...@gmail.com wrote: In LogCat I keep gettingDatabaseLeakfound.  The 'tag' isDatabase and the 'message' isLeakfound.  And its followed by many lines of red in LogCat. I'm using an

[android-developers] Re: Database Leak in LogCat - SQLiteDatabase, Cursor, Lifecycle

2009-01-14 Thread 3D
Ok, I believe I have fixed it by every time I need the database creating it and then closing it immediately afterward. Seems obvious I guess - don't leave an open database floating around. On Jan 14, 12:33 am, 3D ernestgfre...@gmail.com wrote: anyone else getDatabaseLeakfound in LogCat?  What