New issue
Advanced search Search tips

Issue 682928 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Allow host-offline reasons to be reported more reliably

Project Member Reported by jamiewa...@chromium.org, Jan 20 2017

Issue description

On Linux, a significant amount of the host functionality is implemented by a Python wrapper script that currently has no way to report failures other than logging to a local file. It would be useful if that script could report certain classes of failure to the directory, so that it would be more visible to the user. Two specific examples:

* A user's session script exits prematurely.
* The host process crashes beyond the restart limit.

In either case, we can report a specific failure reason to the directory, which could then have a suitable error message displayed on the client.
 
Owner: lambroslambrou@chromium.org
Status: Assigned (was: Untriaged)
This could be easily implemented via a --report-offline-reason command-line option to the host.

Sign in to add a comment