tuur29 / fuzzyclock

A suite of Android apps (widget, screensaver, watchface) with Fuzzy clock faces
https://tuur29.github.io/fuzzyclock
7 stars 4 forks source link

Settings crash after a while #52

Closed tuur29 closed 5 years ago

tuur29 commented 5 years ago
2018-12-24 15:24:02.003 10152-10152/net.tuurlievens.fuzzyclockwidget E/AndroidRuntime: FATAL EXCEPTION: main
    Process: net.tuurlievens.fuzzyclockwidget, PID: 10152
    android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{52692c0 u0 net.tuurlievens.fuzzyclockwidget/.UpdateWidgetService}
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1737)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:193)
        at android.app.ActivityThread.main(ActivityThread.java:6669)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)