Getting log from an Android device is almost mandatory if you’re having trouble with some features (In-App Purchases, Advertising, etc) of your game on Android devices, but finding the correct tool to get the logs can be a pain in the ass if you’re not used to the Android SDK tools.
You just need to use the Android Device Monitor:
Where is this tool?
It’s located inside the “tools” sub-folder of your Android SDK folder:
How to open it?
Sometimes, you can just click it, but if that doesn’t works you can just open the Terminal and enter the “monitor” address like this:
Then you just have to press Enter and wait for the “monitor” to load up.
How to use it?
As soon as you open the Monitor, it SHOULD list your connected device and show its log in real time, like this:
That’s it!