Minor crash with latest Google Play services

I just added the latest Google Play Services 4.3 app to my enterprise app to use the integrated Google Analytics and DFP SDKs.

Put into operation this strange failure began to appear.

java.lang.NullPointerException: null result when primitive expected
   at $Proxy3.equals()
   at com.google.android.gms.internal.eh$g.equals()
   at java.util.ArrayList.contains(ArrayList.java:342)
   at com.google.android.gms.internal.ei.a()
   at com.google.android.gms.internal.eh$h.b()
   at com.google.android.gms.internal.eh$h.a()
   at com.google.android.gms.internal.eh$b.ec()
   at com.google.android.gms.internal.eh$a.handleMessage()
   at android.os.Handler.dispatchMessage(Handler.java:99)
   at android.os.Looper.loop(Looper.java:130)
   at android.app.ActivityThread.main(ActivityThread.java:3691)
   at java.lang.reflect.Method.invokeNative(Method.java)
   at java.lang.reflect.Method.invoke(Method.java:507)
   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:907)
   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:665)
   at dalvik.system.NativeStart.main(NativeStart.java)

Moreover, this crash seems to be very frequent. Does anyone know anything about this? Do you happen to you?

Should I submit a problem report?


EDIT : please do not request code snippets. As you can see from the stack trace, it is not created by a specific point in the application, but rather comes from some internal code of the Play Services library.

+4

Source: https://habr.com/ru/post/1537893/


All Articles