Really stupid question about logging?

But how exactly are people getting to debug outside of corona for errors when an app is on a device for testing?

Java errors, login errors etc? I understand its possible on an Emulator but even there I cant test things like Google Play Services etc due to flooding of messages and Gamenetwork not working on an Emulator.

Go to your Android sdk install directory and look for a folder named “tools”.

Inside that you will find a program called “monitor”. Using that program allows you to filter the output based on tags, pid, app name etc for cleaner output :slight_smile:

Go to your Android sdk install directory and look for a folder named “tools”.

Inside that you will find a program called “monitor”. Using that program allows you to filter the output based on tags, pid, app name etc for cleaner output :slight_smile: