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

I use the Project Launcher to create an apk which I then install on the phone (Redmi Note 8 Pro - Android 11). Now the issue is that when you package and install this way there is no \MyProjectName folder. The game is installed in a private android folder which is inaccessible on PC.

Hence there is no log file at \MyProjectName\MyProjectName\Saved\Logs

adb logcat -d > my_device_log.txt also outputs the phone’s log, not the UE4 game’s log, which is what I need.

I even checked the option “Make log files always publicly accesible” in Project Settings>>Android but still can’t find any log file in either of the specified locations (/sdcard/Android or /sdcard/UE4Game)

Please help! Developing without logs is like flying blind!

1 Like