You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E Activity global.covesa.sdk.client.MainActivity has leaked ServiceConnection global.covesa.sdk.api.client.CovesaServiceClient$remoteService$1$2@3d12740 that was originally bound here
android.app.ServiceConnectionLeaked: Activity global.covesa.sdk.client.MainActivity has leaked ServiceConnection global.covesa.sdk.api.client.CovesaServiceClient$remoteService$1$2@3d12740 that was originally bound here
...
at android.content.ContextWrapper.bindService(ContextWrapper.java:863)
at global.covesa.sdk.api.client.CovesaServiceClient$remoteService$1.invokeSuspend(CovesaServiceClient.kt:57)
at global.covesa.sdk.api.client.CovesaServiceClient$remoteService$1.invoke(Unknown Source:8)
at global.covesa.sdk.api.client.CovesaServiceClient$remoteService$1.invoke(Unknown Source:4)
...
To reproduce: rotate the device. Activity is recreated, the leak happens.
How to solve: we must unbindService() in Activity onDestroy().
The text was updated successfully, but these errors were encountered:
To reproduce: rotate the device. Activity is recreated, the leak happens.
How to solve: we must
unbindService()
in ActivityonDestroy()
.The text was updated successfully, but these errors were encountered: