# App Diagnostics Reports

OXIDE allows you to view diagnostic reports uploaded by end users within an app. When a report is uploaded, metadata is collected about the application runtime along with logs outputted in the developer console.

## Access diagnostics reports

Search for the `Diagnostics reports` panel using the command palette.

![Diagnostics reports panel](https://2865107717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9TCHLR67eLHBOjPvHhud%2Fuploads%2Fgit-blob-8c6c7dd4fa77b003996152ec041176060a931f85%2Foxide-diagnostics-panel.png?alt=media)

Using the panel toolbar, you can:

* Change the deployment context for the diagnostics reports.
* Limit to the 5 newest reports.
* Refresh the list of reports (if new reports are uploaded)

## Access diagnostics logs

Apart from accessing metadata of the runtime and device, developers can access diagnostics logs. These include logs uploaded from within an application (e.g. `console.log("counter =", i)`) as well as internal logs generated by the runtime and related services.

To access the diagnostics logs, right-click on the report in the panel and select `View logs`, or click on the `View logs` button within an open diagnostics report to show the respective log viewer.

View diagnostics report or diagnostics logs from the Diagnostics reports panel:

![](https://2865107717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9TCHLR67eLHBOjPvHhud%2Fuploads%2Fgit-blob-ae711bb37113fa0951f36157a4d303fab95b25ef%2Foxide-diagnostics-right-click.png?alt=media)

Button to view diagnostics logs within an open diagnostics report:

![](https://2865107717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9TCHLR67eLHBOjPvHhud%2Fuploads%2Fgit-blob-d8b188234c5dad303cdfd34f28d15a161863da7b%2Foxide-diagnostics-logs-button.png?alt=media)

### JSON view

Diagnostics logs can be viewed in a JSON format (this is the default):

![](https://2865107717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9TCHLR67eLHBOjPvHhud%2Fuploads%2Fgit-blob-49a6b75affda381bcba107f791f7d6328847a303%2Foxide-diagnostics-report-logs-json.png?alt=media)

### Table view

Diagnostics logs can be viewed in a table format:

![](https://2865107717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9TCHLR67eLHBOjPvHhud%2Fuploads%2Fgit-blob-8b9d533627229d5eab36a439d50f0977252a39f1%2Foxide-diagnostics-report-logs-table.png?alt=media)
