AVD and LogCat The Android SDK provides a useful tool named LogCat that allows to collect log and debug information. Such information is filtered and shown as output. This tool is useful to diagnose startup and runtime problems of your app once it has been installed in the AVD. You can start LogCat from the command-line using the command: adb logcat