Troubleshooting
This section contains information on how to troubleshoot errors you might face when using the plugin.
Getting Device Logs
Getting the device logs is the first step in understanding the problems. It contains usefull information on what's going on under the hood.
Android
The following steps will help you get an Android device's logs.
- Connect your device to your computer.
- Open a terminal.
- Run the following command:
adb logcat
To clear the logs before reproducing the issue, you can run
adb logcat -c
.
iOS
You can get the device's logs with the following steps:
- Connect your iOS device to the Mac through USB.
- Launch Xcode. Go to
Windows
>Devices and Simulators
and select your device. - Click on Open Console.
- In the search bar, write
process: <YourProcessName>
. - Clear the console and make the issue happens.
Getting Unreal Engine Logs
The following steps will help you to get the Unreal Engine logs of your device.
- Connect your device to your computer.
- In the Editor, launch your game on your external device.
- In the top Editor toolbar, go to
Window
>Developer Tools
>Device Output Logs
. - Reproduce the issue.