This guide is copied from original Renegade website, it should and will get improved.
Currently this guide shows the easiest way to get log from drivers. For further debugging, you should refer to Microsoft documents.
Clone WOA-Drivers-debug on your computer
Import a registry file in the WOA-Drivers-debug\reg folder on your phone, and reboot your phone
After rebooting, you'll find etl files in C:\Renegade\Logfiles\. Copy them to your computer.
Run the following command to get readable log file
Remember to install Windows Driver Kit (WDK) to get
tracefmttool
tracefmt.exe .\whatever.etl -p D:\PathTo\WOA-Drivers-debug\tmf -o whatever.log