Re: [android-developers] Unclosed Cursor detected

2011-10-27 Thread Kostya Vasilyev
Ok, then it looks to me like a firmware-specific bug. I would recommend you try a simple Map API sample to see if it gets the same message, to be sure. And it's quite harmless - from the stack trace, it looks like it only affects one cursor for the entire lifetime of your activity (vs. for e

Re: [android-developers] Unclosed Cursor detected

2011-10-27 Thread vani reddy
Yes my activity extends MapActivity, and i have overridden onStart() and onStop() and called super.onStart(); and super.onStop(); in those 2 methods 2011/10/27 Kostya Vasilyev > Does your activity derived from MapActivity have any of onPause / onResume > / onDestroy? Does it call super.*** in th

Re: [android-developers] Unclosed Cursor detected

2011-10-27 Thread Kostya Vasilyev
Does your activity derived from MapActivity have any of onPause / onResume / onDestroy? Does it call super.*** in those methods? 27 октября 2011 г. 16:58 пользователь vani reddy написал: > The stack trace is not from my project. > > > 2011/10/27 vani reddy > >> >> yes my package name is com.tli

Re: [android-developers] Unclosed Cursor detected

2011-10-27 Thread vani reddy
The stack trace is not from my project. 2011/10/27 vani reddy > > yes my package name is com.tli.meetcha, > Yes i am using MapActivity > > > 2011/10/27 Kostya Vasilyev > >> Is that stack trace from your project, or just something that >> happened to be running on your device at the same time? >

Re: [android-developers] Unclosed Cursor detected

2011-10-27 Thread vani reddy
yes my package name is com.tli.meetcha, Yes i am using MapActivity 2011/10/27 Kostya Vasilyev > Is that stack trace from your project, or just something that > happened to be running on your device at the same time? > > Does the package name ring a bell? > com.tli.meetcha? > > Do you use MapActi

Re: [android-developers] Unclosed Cursor detected

2011-10-27 Thread Kostya Vasilyev
Is that stack trace from your project, or just something that happened to be running on your device at the same time? Does the package name ring a bell? com.tli.meetcha? Do you use MapActivity? -- Kostya Vasilyev 27.10.2011 16:39 пользователь "vani reddy" написал: > H friends , > I am getting

[android-developers] Unclosed Cursor detected

2011-10-27 Thread vani reddy
H friends , I am getting the below errror 10-27 18:04:47.710: WARN/Cursor(19301): Unclosed Cursor detected 10-27 18:04:47.710: WARN/Cursor(19301): at android.content.ContentResolver.query(ContentResolver.java:258) 10-27 18:04:47.710: WARN/Cursor(19301): at com.google.common.android.Androi