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
I am getting this crash in my app. I have cancelled the job used to get location updates in onStop() and onDestroy() of my activity.
Here are the traces,
Exception java.io.IOException:
at android.location.Geocoder$SynchronousGeocoder.getResults (Geocoder.java:388)
at android.location.Geocoder.getFromLocation (Geocoder.java:134)
at com.patloew.colocation.CoGeocoderImpl$getAddressListFromLocation$3.invokeSuspend
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (BaseContinuationImpl.java)
at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.java)
at kotlinx.coroutines.internal.LimitedDispatcher.run (LimitedDispatcher.java)
at kotlinx.coroutines.scheduling.TaskImpl.run (TaskImpl.java)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.java:82)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.java:82)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.java:82)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.java:82)
I'm not using ViewModel.
The text was updated successfully, but these errors were encountered:
I am getting this crash in my app. I have cancelled the
job
used to get location updates inonStop()
andonDestroy()
of my activity.Here are the traces,
I'm not using
ViewModel
.The text was updated successfully, but these errors were encountered: