How could I see Output Log on my mobile device?

Is there any method or tool enabling me to see the Output Log in mobile device(Android & iOS)? Just like when I am in editor, I can use UE_LOG to log out what I want, then I can see the log in Output Log at runtime.

Where can I see the logs in mobile device at runtime? Thanks a lot for any help!

I have found a video from epic with a useful debugging pipeline : Using UE4 to Develop for Oculus Rift and Oculus Quest | Unreal Fest Europe 2019 | Unreal Engine - YouTube The debugging info starts around 12:15

We are using Runtime Output Log to get everything on the screen at any time on mobile devices:
https://www.unrealengine.com/marketplace/en-US/product/runtime-output-log

1 Like

We’re thrilled to introduce the Game Logs System (GLS), a plugin that brings log viewing right into your game with a dedicated overlay. With GLS, you can easily access detailed logs with flexible filtering by class, object, tag, and more — even in shipping builds. It’s fully cross-platform and compatible with gamepad and touchscreen input, perfect for use on consoles and mobile devices.

For a smoother debugging experience, check out GLS on Unreal Fab.