-
Notifications
You must be signed in to change notification settings - Fork 975
Description
Activity has leaked ServiceConnection net.openid.appauth.BrowserHandler$1@4c6fd9c that was originally bound here
android.app.ServiceConnectionLeaked: Activity com.....main.login.Oauth2AppLoginActivity has leaked ServiceConnection net.openid.appauth.BrowserHandler$1@4c6fd9c that was originally bound here
at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1204)
at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1098)
at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1412)
at android.app.ContextImpl.bindService(ContextImpl.java:1395)
at android.content.ContextWrapper.bindService(ContextWrapper.java:632)
at android.support.customtabs.CustomTabsClient.bindCustomTabsService(CustomTabsClient.java:64)
at net.openid.appauth.BrowserHandler.bindCustomTabsService(BrowserHandler.java:86)
at net.openid.appauth.BrowserHandler.(BrowserHandler.java:61)
at net.openid.appauth.AuthorizationService.(AuthorizationService.java:98)