• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Getting Crash Log in playstore

pratik19888

Lurker
Getting Crash Log it will be great if i get some solution for this here
1f642.png
:)

java.lang.RuntimeException :
at android.app.ActivityThread.handleCreateService (ActivityThread.java:3679)
at android.app.ActivityThread.access $ 1500 (ActivityThread.java:207)
at android.app.ActivityThread $ H.handleMessage (ActivityThread.java:1764)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6863)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit $ MethodAndArgsCaller.run (RuntimeInit.java:537)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:858)
Caused by: java.lang.NullPointerException :
at androidx.work.impl.background.systemjob.SystemJobService.onCreate (SystemJobService.java:71)
at android.app.ActivityThread.handleCreateService (ActivityThread.java:3667)
at android.app.ActivityThread.access $ 1500 (ActivityThread.java:207)
at android.app.ActivityThread $ H.handleMessage (ActivityThread.java:1764)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6863)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit $ MethodAndArgsCaller.run (RuntimeInit.java:537)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:858)
 
Caused by: java.lang.NullPointerException :
at androidx.work.impl.background.systemjob.SystemJobService.onCreate (SystemJobService.java:71)

There's your problem. Without seeing the code, we can't say why this is happening.

First look at the code, can you work out why the NullPointerException is occurring?
Next, can you reproduce the problem in your local development environment? What were the circumstances under which the error happened? What was the user doing?

But really, looking at the code will probably help you fix the problem, however to get some help here, you should include the code.
 
Hi
i am not able to reproduce it nor in code where exactly this NullPointerException is occurring !
Just i am getting this log in playstore Android diagnosis !!
is this related to any Google Play services?
My current Google Play services version is 4.2.0
 
Back
Top Bottom