Android Question Crashlytics Fatal Exception: java.lang.IllegalStateException

PierPaduan

Active Member
Licensed User
Longtime User
Hi everybody.

Crashlytics gave me the following crash report.

Fatal Exception: java.lang.IllegalStateException: Results have already been set
at IS.a(SourceFile:17)
at com.google.android.gms.common.api.internal.BasePendingResult.a(SourceFile:95)
at Gj.b(SourceFile:19)
at HG.a(SourceFile:15)
at HG.a(SourceFile:9)
at Go.c(SourceFile:148)
at Go.b(SourceFile:141)
at Go.c(SourceFile:107)
at Go.a(SourceFile:38)
at Go.a(SourceFile:28)
at Iq.a(SourceFile:25)
at Il.a(SourceFile:12)
at Im.handleMessage(SourceFile:58)
at android.os.Handler.dispatchMessage(Handler.java:108)
at android.os.Looper.loop(Looper.java:166)
at android.os.HandlerThread.run(HandlerThread.java:65)

It has happened on one device:

Brand: HUAWEI
Model: HUAWEI Y6 2018
Orientation: Vertical
RAM available: 598.79 MB
Space on disk: 450.51 MB
Android Version: 8.0.0

In the report there aren't lines that refers to my app package name, so I have no idea how to locate the cause of the crash.

Someone can help me?
Thanks a Lot.
 
Top