Another option to view the debug log is via the command line:
- Open a console window and navigate to the Android SDK platform-tools folder (such as C:\Program Files (x86)\Android\android-sdk\platform-tools).
- If only one device is attached, the log can be viewed with the following command:
$ adb logcat
- If more than one device is attached, then the device must be identified. For example, adb -d logcat shows the log of the only physical device connected, while adb -e logcat shows the log of the only emulator running.