Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MainActivity has leaked ServiceConnection #484

Open
WhiteSeele opened this issue May 17, 2024 · 0 comments
Open

MainActivity has leaked ServiceConnection #484

WhiteSeele opened this issue May 17, 2024 · 0 comments

Comments

@WhiteSeele
Copy link

05-07 18:00:31.884 29997 29997 E ActivityThread: Activity com.naman14.timber.activities.MainActivity has leaked ServiceConnection com.naman14.timber.MusicPlayer$ServiceBinder@5959615 that was originally bound here
05-07 18:00:31.884 29997 29997 E ActivityThread: android.app.ServiceConnectionLeaked: Activity com.naman14.timber.activities.MainActivity has leaked ServiceConnection com.naman14.timber.MusicPlayer$ServiceBinder@5959615 that was originally bound here
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1092)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:986)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1303)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1286)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:604)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:604)
05-07 18:00:31.884 29997 29997 E ActivityThread: at com.naman14.timber.MusicPlayer.bindToService(MusicPlayer.java)
05-07 18:00:31.884 29997 29997 E ActivityThread: at com.naman14.timber.activities.BaseActivity.onCreate(BaseActivity.java)
05-07 18:00:31.884 29997 29997 E ActivityThread: at com.naman14.timber.activities.MainActivity.onCreate(MainActivity.java)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.Activity.performCreate(Activity.java:6237)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.ActivityThread.-wrap11(ActivityThread.java)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.os.Looper.loop(Looper.java:148)
05-07 18:00:31.884 29997 29997 E ActivityThread: at android.app.ActivityThread.main(ActivityThread.java:5417)
05-07 18:00:31.884 29997 29997 E ActivityThread: at java.lang.reflect.Method.invoke(Native Method)
05-07 18:00:31.884 29997 29997 E ActivityThread: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
05-07 18:00:31.884 29997 29997 E ActivityThread: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant