Where can I find the UE4 log file on Android device?

Hi, To get (Log files) for (Android) you need to do a few things. I will describe them below.

  1. Enable (Developer Mode) on your device and then enable (USB Debugging).

  2. Connect your (Android divace) to (PC) using (USB).
    On (Android) tap (file transfer).

  3. Install driver (Google USB Driver) via (Android studio)


You can follow this tutorial if you want: https://www.youtube.com/watch?v=_kstvkL8NI4&ab_channel=TechizVibe

  1. Apply the installed driver to your connected device (Update driver):
    You can follow this tutorial if you want: https://www.youtube.com/watch?v=_kstvkL8NI4&ab_channel=TechizVibe






Select drive of way - (\SDK\extras\google\usb_driver)

  1. Run (CMD) and write command (adb devices).
    You should see your device in List.

  2. Write command (adb logcat -s UE) for start see (Logs) of your (Android divace)

DONE! You can see log file in realtime!
Play and reproduce the problem that bothers you.

1 Like