Issue
Anyone can help on where the problem may be? at the moment I really have no idea where to look.
java.lang.NullPointerException:
at com.google.android.gms.internal.im.zzc(im.java:0)
at com.google.android.gms.internal.im.zza(im.java:0)
at <OR>.zza(im.java:0)
at <OR>.zza(im.java:0)
at <OR>.zza(im.java:0)
at <OR>.zza(im.java:0)
at <OR>.zza(im.java:0)
at <OR>.zza(im.java:0)
at <OR>.zza(im.java:0)
at com.google.android.gms.internal.aaw.run(aaw.java:0)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:818)
Solution
The problem was firebase remote config. I actually didn't create the remote_config in firebase dashboard yet and looks like in some limited cases the local default values xml file isn't working properly. After adding the remote config variable in Firebase dashboard, the crash report stopped.
Answered By - keikei38
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.