Debug mobile crash

Hi,

I’m trying to figure out why my game crashes sometimes when it’s running on mobile. I’ve been using Session Frontend
with my phone plugged in in order to see any log messages. However, when the game crashes I don’t get anything, no warnings, no errors.

Is there any other way to see why the game crashed on mobile?

Are you talking about iOS or Android here? For Android see this question (or look directly here). For iOS you can package your game, open the XCode project file on your Mac and launch the game from there afaik. The XCode debug console will print all logs.

What about Unreal logs instead of iOS logs? How can I achieve them, to logs like UE_LOG?