Get Logs in your Browser’s Console during runtime and save them on your computer.
If you are on trial, You have No Active Subscriptions. To Purchase more Storage, activate your Paid Account today!
Overview
Get Logs from the Browser Console upon crash and save them on your device. Follow the instructions below.
Prerequisites
Make sure you :
Have access to the New Control Panel.
Have an Eagle 3D’s User Account.
Instructions
Step 1. Prepare the setup
If you already have an App uploaded on the Control Panel Packaged as a Dev/Debug Build, created a Streaming Link for your App and a Config, then you can skip Step 1 and move to Step 2.
Create a Development Build from Unreal Engine
Package your Project as “Development” or “Debug” to generate Logs on your device and for our system to capture them. Refer to this document for more details on each Build Configuration.
Follow this Path :
Open UE editor > File > Package Project > Build Configuration > Development/Debug.
Package your App for Windows
Refer to this document.
Upload your Build on the New Control Panel
Refer to this document.
Create a new Streaming Link
Refer to this document.
Create a new Config
You can create a new Config to generate Logs or use and old Config previously created. Refer to this document.
Step 2. Enable ‘Print UE Log in Browser Console’ from the Control Panel
Follow this path :
New Control Panel > Your App > Edit Config > Advanced Options > Developer > Print UE Log in Browser Console.
Click Save.
Disable ADBLOCK as it would will block the Logs from being generated to the browser.
Step 3. Run the game and check ‘Inspect Elements’
To run the game, follow this path :
New Control Panel > Your App > Streaming Link > Play App.
Use the same Config in which you have enabled the Feature ‘Print UE Log In Browser Console’.
Open Inspect Element :
Click CTRL+ shift+ i or F12
or go to : Developer tools > Console > Enable 'Preserve Log'
.
Preserve Log should be enabled in order to get Logs on the Browser Console.
Step 4. Get the errors in the Logs upon Crash
Whenever your App crashes, the same error on your App is displayed in the Log.
Step 5. Save the Log on your device
Right-click on the error from the Log to save it on your device. (See image below).
Warning 🛑 ⚠️
Showing a Log to a user connected far away from the server might create :
A connection issue due to the poor connection and the huge amount of Logs coming from far away.
Latency issue if the user has limited internet connection.
We recommend disabling the Feature ‘Print UE Log in Browser Console’ in your config if it is not needed.
Now you are ready to get Logs from the Browser Console upon Crash !!
See how to Auto Download UE Crash Log. Refer to this document.
Was this article helpful? Comment Below. Let us know your feedback.
Need help? Contact Support
Submit a new request at E3DS support portal.
Requests sent on weekends will not be addressed until the following business day.
Add Comment