Search code examples
logginguwpwindows-iot-core-10

Application logging for Windows IoT UWP application


I have UWP project running on Windows IoT Core 10.
I can not debug it remotely, so I made my own file logging.
However some time application exits without any error, I guess it some unhandled exceptions.
Where can I find the log and how can I read it?


Solution

  • You can download the live process dump file for debugging hanging processes which are in user mode. enter image description here

    You can also use Event Tracing for Windows(ETW) to trace the event logs. ETW enables the consistent, straightforward capture of kernel and application events.