Fixed
Status Update
Comments
ku...@gmail.com <ku...@gmail.com> #2
Even worse, if your code crashes in production, Crashlytics will not pick it up.
su...@google.com <su...@google.com> #3
We will add logging of the Throwable, but we cannot offer access to it because they are not intrinsically serializable and we believe this is something that the developer can do themselves in their Worker.
su...@google.com <su...@google.com> #4
Logging will be available in alpha04.
Description
Version used:Alpha02
Right now, if an exception is thrown in the Worker, you get a JobStatus with a state of Failed, but there is no other data available. Having access to the Throwable would be great!