mcharmas / Android-ReactiveLocation

Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
2.11k stars 313 forks source link

Exception #123

Closed Philio closed 8 years ago

Philio commented 8 years ago

I had this exception logged by Crashlytics:

Fatal Exception: pl.charmas.android.reactivelocation.observables.GoogleAPIConnectionSuspendedException
    at pl.charmas.android.reactivelocation.observables.BaseObservable$ApiClientConnectionCallbacks.onConnectionSuspended(BaseObservable.java:102)
    at com.google.android.gms.internal.zzqd.zzd(Unknown Source:19000)
    at com.google.android.gms.internal.zzqa.begin(Unknown Source)
    at com.google.android.gms.internal.zzqf.zzd(Unknown Source)
    at com.google.android.gms.internal.zzpu.onConnected(Unknown Source)
    at com.google.android.gms.common.internal.zzk$1.onConnected$79e5e33f(Unknown Source)
    at com.google.android.gms.common.internal.zzd$zzd.handleMessage(Unknown Source)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:148)
    at android.app.ActivityThread.main(ActivityThread.java:5461)
    at java.lang.reflect.Method.invoke(Method.java)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
jemmyphan commented 7 years ago

@Philio may i know why u closed this issue, or have you found the cause or solution? or is it because of pro-guard?

hugosvent commented 7 years ago

@Philio anyone know how to solve this issue? this exception occured on my apps too.

mcharmas commented 7 years ago

This exception is thrown when connection to GMS is suspended. You can find details here: https://developers.google.com/android/reference/com/google/android/gms/common/api/GoogleApiClient.ConnectionCallbacks.html#onConnectionSuspended(int)

Philio commented 7 years ago

@jemmyphan I think I closed it as it was an implementation issue and not a problem with the library. Don't think it related to proguard.