...
Step1. Create a ‘'Development’' Build when Packaging the app from UE
Open UE editor → File → Package Project → Build Configuration → Development.
Info |
---|
Choose ‘'Development’' as your ‘'Build Configuration’' before Packaging your app from UE to generate Logs and allow our system to capture them. |
Step2. Enable the feature ‘'Print UE4 Log in Browser Console’' from the Control Panel
Info |
---|
Go to: Control Panel → Edit → Developer Options → Print UE4 Log in Browser Console → Save. |
Note |
---|
Make sure your ADBLOCK is disabled or it will block the Logs from being generated to the browser. |
...
Play app → Inspect element (CTRL+ shift+ i or F12) or Developer tools → Console.
Info |
---|
Enable ‘'Preserve Logs’' to always get the Logs on your Console. |
Step 4. See the errors on your Logs upon an app Crash while it is running
...