Если я привязываю свою службу в onCreate действия, но не отвязываю ее в onStop или onDestroy , я получаю сообщение об ошибке:
Код: Выделить всё
android.app.ServiceConnectionLeaked: Service com.google.ipc.invalidation.ticl.android.AndroidInvalidationService has leaked ServiceConnection com.googl
e.ipc.invalidation.external.client.android.service.ServiceBinder$1@4177f8f8 that was originally bound here
Подробнее здесь: https://stackoverflow.com/questions/123 ... connection