What’s the best way to see some the logfile output when I do testing of a project on my Android phone?
If I output some information into the logfile with:
Debug.LogWarning(“information”);
How can I see that output when I test run the app on my phone (not using the Unity player)? Is that even possible or what other options do I have?
Thank you for info