Skip to content

Service Connection Leaking #7

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

Open
mg-cam opened this issue Nov 10, 2023 · 0 comments
Open

Service Connection Leaking #7

mg-cam opened this issue Nov 10, 2023 · 0 comments

Comments

@mg-cam
Copy link

mg-cam commented Nov 10, 2023

Please find the below log for the exception (Login view not closing after successful login)

Activity com.ticketmaster.authenticationsdk.internal.modernaccounts.presentation.ModernAccountsLoginScreen has leaked ServiceConnection com.ticketmaster.authenticationsdk.internal.customtabs.CustomTabsService@b571999 that was originally bound here
android.app.ServiceConnectionLeaked: Activity com.ticketmaster.authenticationsdk.internal.modernaccounts.presentation.ModernAccountsLoginScreen has leaked ServiceConnection com.ticketmaster.authenticationsdk.internal.customtabs.CustomTabsService@b571999 that was originally bound here
at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:2206)
at android.app.LoadedApk.getServiceDispatcherCommon(LoadedApk.java:2078)
at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:2057)
at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:2094)
at android.app.ContextImpl.bindService(ContextImpl.java:2024)
at android.content.ContextWrapper.bindService(ContextWrapper.java:870)
at androidx.browser.customtabs.CustomTabsClient.bindCustomTabsService(CustomTabsClient.java:80)
at com.ticketmaster.authenticationsdk.internal.customtabs.ChromeCustomTabsClient.bind(ChromeCustomTabsClient.kt:33)
at com.ticketmaster.authenticationsdk.internal.modernaccounts.presentation.ModernAccountsLoginScreen.onStart(ModernAccountsLoginScreen.kt:110)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1510)
at android.app.Activity.performStart(Activity.java:8616)
at android.app.ActivityThread.handleStartActivity(ActivityThread.java:4204)
at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8762)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)

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