I have an app that is already in the iOS app store and i am trying to start porting it to android… Problem is, i think i am missing something. I read about this logical tool but is that available on mac computers? if so, where is it? Also, is there really not an GUI app out there that will do the same?
Do you mean “logcat” ?
It comes as part of the tools in the Android SDK (which are necessary also with Unity in case you want to target Android).
You can grab the tools here: https://developer.android.com/sdk/index.html
how do you get “debug” info like “debug.log” etc?
i’m sorry if this sounds idiotic haha I have never owned an android device (i’m an iPhone guy") and the debug process is boggling my mind
These logs are printed to Android’s log and can be viewed using a tool called logcat (comes with the Android SDK).
You can also install Android Studio and there you’ll have a logcat window where you can view your attached device’s log.