Coder Social home page Coder Social logo

emmanuelmess / clockplus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from philliphsu/clockplus

1.0 1.0 1.0 2.83 MB

Alarm clock, timer, and stopwatch application for Android.

Home Page: https://play.google.com/store/apps/details?id=com.philliphsu.clock2

License: GNU General Public License v3.0

Java 100.00%

clockplus's Issues

NPE

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)

NPE

java.lang.RuntimeException: Unable to start service com.emmanuelmess.clock2.timers.TimerNotificationService@8875ddf 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\n\tat 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
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)
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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.