Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

NPE #5

Closed
EmmanuelMess opened this issue Aug 20, 2018 · 0 comments
Closed

NPE #5

EmmanuelMess opened this issue Aug 20, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@EmmanuelMess
Copy link
Owner

java.lang.RuntimeException: Unable to start service com.emmanuelmess.clock2.timers.TimerNotificationService@431008a with Intent { cmp=com.emmanuelmess.clock2.debug\/com.emmanuelmess.clock2.timers.TimerNotificationService (has extras) }: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.emmanuelmess.clock2.chronometer.ChronometerNotificationThread.updateNotification(boolean)' on a null object reference
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3045)
at android.app.ActivityThread.-wrap17(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1452)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5443)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)\nCaused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.emmanuelmess.clock2.chronometer.ChronometerNotificationThread.updateNotification(boolean)' on a null object reference
at com.emmanuelmess.clock2.chronometer.ChronometerNotificationService.updateNotification(ChronometerNotificationService.java:356)
at com.emmanuelmess.clock2.timers.TimerNotificationService.handleDefaultAction(TimerNotificationService.java:201)
at com.emmanuelmess.clock2.chronometer.ChronometerNotificationService.onStartCommand(ChronometerNotificationService.java:218)
at com.emmanuelmess.clock2.timers.TimerNotificationService.onStartCommand(TimerNotificationService.java:171)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3028)
... 8 more\njava.lang.NullPointerException: Attempt to invoke virtual method 'void com.emmanuelmess.clock2.chronometer.ChronometerNotificationThread.updateNotification(boolean)' on a null object reference
at com.emmanuelmess.clock2.chronometer.ChronometerNotificationService.updateNotification(ChronometerNotificationService.java:356)
at com.emmanuelmess.clock2.timers.TimerNotificationService.handleDefaultAction(TimerNotificationService.java:201)
at com.emmanuelmess.clock2.chronometer.ChronometerNotificationService.onStartCommand(ChronometerNotificationService.java:218)
at com.emmanuelmess.clock2.timers.TimerNotificationService.onStartCommand(TimerNotificationService.java:171)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3028)
at android.app.ActivityThread.-wrap17(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1452)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5443)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
@EmmanuelMess EmmanuelMess self-assigned this Aug 20, 2018
@EmmanuelMess EmmanuelMess added the bug Something isn't working label Aug 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant