-
Notifications
You must be signed in to change notification settings - Fork 39
Crash NullPointerException #7
Comments
This issue is caused by sending an broadcast with null intent (not a normal situation). The issue has been fixed in the latest Google Play Service release (9.0.x). Please update that app. |
We are using latest google play services(9.0.2) and we are still seeing the following issue Fatal Exception: java.lang.RuntimeException: Unable to start service com.google.android.gms.analytics.CampaignTrackingService@ed0a66d with null: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.getStringExtra(java.lang.String)' on a null object reference |
Still seen in Google Play Services 9.6.1 |
play-services-analytics-impl 10.2.6
|
Still seen in 9.8.0. I check the code in
|
According the newest official reference, the service was deprecated.
Besides, So I guess its time to remove |
Fatal Exception: java.lang.RuntimeException: Unable to start service com.google.android.gms.analytics.CampaignTrackingService@21d41e58 with null: java.lang.NullPointerException
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2886)
at android.app.ActivityThread.access$2100(ActivityThread.java:139)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1390)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:149)
at android.app.ActivityThread.main(ActivityThread.java:5257)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609)
at dalvik.system.NativeStart.main(NativeStart.java)
Caused by java.lang.NullPointerException
at com.google.android.gms.analytics.CampaignTrackingService.onStartCommand(Unknown Source)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2869)
at android.app.ActivityThread.access$2100(ActivityThread.java:139)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1390)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:149)
at android.app.ActivityThread.main(ActivityThread.java:5257)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609)
at dalvik.system.NativeStart.main(NativeStart.java)
The text was updated successfully, but these errors were encountered: