Is it possible to see Debug Logs in real time from the phone? I need to test things connected to google play services and it will be much easier to find bugs with console, not just by trying random fixing.
I tried to use adb from platform tools and Debug Console
Debug Console is not working for me. Same with adb (I can connect to the device, but it does not give me any logs. I'm not sure if I can use adb like that.
I thought that writting my "own" debug console can be a good idea, but it is time consuming.