In LogCat I keep getting Database Leak found. The 'tag' is Database and the 'message' is Leak found. And its followed by many lines of red in LogCat.
I'm using an SQLiteDatabase and I access it from two Activities and one Service. In the Service I explicitly close both the cursor and then the database since I can't use startManagingCursor in there. In both Activities I open the database in both onCreate and onResume and close in onPause. In one Activity I also use a cursor with startManagingCursor to manage that for me. So what is going on here? My app seems to be working almost all the time but the "Database Leak found" is very disconcerting. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

