-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RealCall.kt line 144 okhttp3.RealCall$AsyncCall.run #2096
Comments
Created internal tracking ticket b/171730176 |
Hi @bsahana12345, Can you describe when this issue occurs and whether this still occurs in version 19.0.9? |
Hi,
It occured in android os version 10
Model:Samsung Galaxy Tab A (8.0", 2019).
I am sorry. There are no steps to reproduce this issue.
I haven't updated to the 19.0.9 version yet. I am using 19.0.8
…On Tue, Oct 27, 2020 at 4:49 AM Raymond Lam ***@***.***> wrote:
Hi @bsahana12345 <https://github.com/bsahana12345>,
Can you describe when this issue occurs and whether this still occurs in
version 19.0.9?
Also, do you have steps to reproduce this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2096 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUTHGM6TWL225IYLONZRGLSMX7XDANCNFSM4S4JOGJQ>
.
|
I identified and fixed a possible race condition which may have caused the NPE and added a defensive null check as well. I'll add a followup post once I know which release we plan to include the fix in. |
The fix should be included in the next Firebase Performance release (19.0.10). When it is available, please give it a try. In the meantime, I'll mark this issue as closed. |
Thank you.
…On Fri, 6 Nov 2020, 6:52 am Raymond Lam, ***@***.***> wrote:
The fix should be included in the next Firebase Performance release
(19.0.10). When it is available, please give it a try.
In the meantime, I'll mark this issue as closed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2096 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUTHGOS2FJKETCHASQKKXTSONFVPANCNFSM4S4JOGJQ>
.
|
[REQUIRED] Step 3: Describe the problem
Fatal Exception: java.lang.NullPointerException: at index 0
at com.google.android.gms.internal.firebase-perf.zzq.zza(com.google.firebase:firebase-perf@@19.0.8:17)
at com.google.android.gms.internal.firebase-perf.zzbm.zzbq(com.google.firebase:firebase-perf@@19.0.8:118)
at com.google.firebase.perf.network.zzg.zza(com.google.firebase:firebase-perf@@19.0.8:16)
at com.google.firebase.perf.network.zzh.onFailure(com.google.firebase:firebase-perf@@19.0.8:17)
at okhttp3.RealCall$AsyncCall.run(RealCall.kt:144)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
The text was updated successfully, but these errors were encountered: