So you want to know what’s going on in your Android build?
- Connect your Android device (USB cable), build and run your project
- Open the Terminal
- Navigate to directory of the android sdk and find the platform-tools folder. (In my case it’s $ cd ~/Downloads/android-sdk-macosx/platform-tools/)
- $ ./adb logcat -s Unity
From now on everything that happens on your connected Android device that has something to do with Unity will be output here. Enjoy.