To view debug messages from your Corona Android app you have to use the Android Debug Bridge (ADB). You get this by installing the the
Android SDK. The ADB executable is located in the "platform-tools" folder of the SDK. Run the command "adb.exe logcat" to see the log from your Android device.