Sometimes when you are debugging it is useful to see the logs files on the actual device you are running your app on. To see your device logs do this.
- Windows > Devices and Simulators
- Select your device
Then you can chose between
Open Console
orView Device Logs
- Run your App
Open Console
will give a running log of your device while running. View Device Logs
will show you crash reports.