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 <[email protected] > написал: > The stack trace is not from my project. > > > 2011/10/27 vani reddy <[email protected]> > >> >> yes my package name is com.tli.meetcha, >> Yes i am using MapActivity >> >> >> 2011/10/27 Kostya Vasilyev <[email protected]> >> >>> 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" <[email protected]> >>> написал: >>> >>>> 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.AndroidConfig.getSetting(Unknown Source) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> com.google.common.android.AndroidConfig.getDistributionChannelInternal(Unknown >>>> Source) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> com.google.common.Config.init(Unknown Source) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> com.google.common.android.AndroidConfig.<init>(Unknown Source) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> com.google.common.android.AndroidConfig.<init>(Unknown Source) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> com.google.android.maps.MapActivity.onCreate(MapActivity.java:405) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> com.tli.meetcha.MeetchaWebServices.onCreate(MeetchaWebServices.java:63) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2717) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2769) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> android.app.ActivityThread.access$2500(ActivityThread.java:129) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> android.app.ActivityThread$H.handleMessage(ActivityThread.java:2117) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> android.os.Handler.dispatchMessage(Handler.java:99) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> android.os.Looper.loop(Looper.java:143) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> android.app.ActivityThread.main(ActivityThread.java:4717) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> java.lang.reflect.Method.invokeNative(Native Method) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> java.lang.reflect.Method.invoke(Method.java:521) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) >>>> 10-27 18:04:47.710: WARN/Cursor(19301): at >>>> dalvik.system.NativeStart.main(Native Method) >>>> >>>> >>>> I am not using any database at all >>>> I am getting in the oncreate method >>>> super.onCreate(savedInstanceState); >>>> How to resolve this >>>> >>>> -- >>>> Regards, >>>> Vani Reddy >>>> >>>> -- >>>> 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 >>> >>> -- >>> 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 >> >> >> >> >> -- >> Regards, >> Vani Reddy >> >> > > > -- > Regards, > Vani Reddy > > -- > 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 > -- 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

