Help me to solve this

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By hassan1

I want to know how debug a game running on mobile devices

:bust_in_silhouette: Reply From: Wakatta

Adb has a Monitor tool so you could logcat your game’s stdout through it
or add a Label to your project and feed the info to it through a function

But typically the best solution is to avoid sending the game to mobile as much as possible because you only really need to test sensors, input, permissions, graphics

everything else is better debugged on a PC and then you can test the final product on your mobile