Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash while app is in the background #15

Open
jasonwyatt opened this issue Jun 7, 2017 · 0 comments
Open

Crash while app is in the background #15

jasonwyatt opened this issue Jun 7, 2017 · 0 comments
Labels

Comments

@jasonwyatt
Copy link
Owner

jasonwyatt commented Jun 7, 2017

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.getAction()' on a null object reference
at jwf.debugport.DebugPortService.onStartCommand(DebugPortService.java:142)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3327)
at android.app.ActivityThread.-wrap21(ActivityThread.java) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1583) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:154) 
at android.app.ActivityThread.main(ActivityThread.java:6121) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779) ```
@jasonwyatt jasonwyatt added the bug label Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant