0

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)
Cœur
  • 37,241
  • 25
  • 195
  • 267
keikei38
  • 63
  • 1
  • 9

1 Answers1

0

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.

keikei38
  • 63
  • 1
  • 9