chokkarg / worktime

Automatically exported from code.google.com/p/worktime
0 stars 0 forks source link

User cannot open the time registration action screen #126

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
One of the users had a problem when launching the 
TimeRegistrationActionActivity that the provided time registration was null. 
The issue has been submitted to the Play Store. We should as much as possible 
include checks to check if a time registration is found before providing it to 
the activity.

Stacktrace:
java.lang.RuntimeException: Unable to start activity 
ComponentInfo{eu.vranckaert.worktime/eu.vranckaert.worktime.activities.timeregis
trations.TimeRegistrationActionActivity}: java.lang.RuntimeException: The time 
registration should never be null in the TimeRegistrationActionActivity!
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
at android.app.ActivityThread.access$2300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: The time registration should never be 
null in the TimeRegistrationActionActivity!
at 
eu.vranckaert.worktime.activities.timeregistrations.TimeRegistrationActionActivi
ty.onCreate(TimeRegistrationActionActivity.java:125)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
... 11 more

Original issue reported on code.google.com by dirkvran...@gmail.com on 13 Jul 2012 at 6:02

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 17 Jul 2012 at 10:03