Skip to content

Instantly share code, notes, and snippets.

@darussian
Created May 21, 2014 01:14
Show Gist options
  • Select an option

  • Save darussian/dacc0697e434266c6d9c to your computer and use it in GitHub Desktop.

Select an option

Save darussian/dacc0697e434266c6d9c to your computer and use it in GitHub Desktop.
Leaked from youtub service?
05-20 21:13:22.360 17417-17417/com.google.android.youtube.player E/ActivityThread﹕ Service com.google.android.youtube.api.service.YouTubeService has leaked IntentReceiver com.google.android.apps.youtube.common.network.ConnectivityReceiver@41932ff8 that was originally registered here. Are you missing a call to unregisterReceiver()?
android.app.IntentReceiverLeaked: Service com.google.android.youtube.api.service.YouTubeService has leaked IntentReceiver com.google.android.apps.youtube.common.network.ConnectivityReceiver@41932ff8 that was originally registered here. Are you missing a call to unregisterReceiver()?
at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:805)
at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:606)
at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1469)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1449)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1443)
at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:467)
at com.google.android.apps.youtube.common.network.ConnectivityReceiver.<init>(SourceFile:54)
at com.google.android.apps.youtube.api.j.<init>(SourceFile:307)
at com.google.android.apps.youtube.api.j.a(SourceFile:132)
at com.google.android.apps.youtube.api.k.run(SourceFile:239)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5088)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:781)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment