Is "ServiceConnectionLeaked" really a leak? When I look at the android framework code, I see that the framework logs this error msg when an application does not unbind a service in onDestory(), but then goes ahead and unbinds the service internally. So I am not sure if this is a crtical error and what impact does a ServiceConnection leak have on the system on the whole.
Same question for IntentReceiverLeaked error message. Any inputs on this will be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

