Feature Request P3
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Not at the moment. But we have been asked this before, so I will treat this as a feature request.
yi...@gmail.com <yi...@gmail.com> #3
OK thanks. At the moment I am just adding the name to the Data
for the work request and retrieving it in startWork()
, which works well enough.
di...@gmail.com <di...@gmail.com> #4
Bump -- if not a log interface, it would be useful to have some sort of callback to know why a job was stopped or to be able to get some diagnostics.
se...@google.com <se...@google.com> #5
Bump -- if not a log interface, it would be useful to have some sort of callback to know why a job was stopped or to be able to get some diagnostics.
You should be able to use ListenableWorker
itself)
di...@gmail.com <di...@gmail.com> #6
Thanks, I didn't know about that API.
Description
It'd be great if we had the option to inject a Log interface in WorkManger.configure(), with the default one just being an Android logger.