How to get output of Logcat - love2d/love-android GitHub Wiki
Logcat is the logging system of Android. The following steps are required to obtain it:
- Enable Developer Options of your Android Device
- Install the Android SDK
- Connect your device via USB
- Connect to your device using ADB:
adb start-server
- Get the logcat ouptut using
adb logcat
.
Enable Developer Options of your Android Device
Please refer to the official Android Developer documentation on how to enable Developer Options. Some devices may have slightly different location of the "Build Number", in that case, you can search for <device name/rom name> usb debugging
in your favorite search engine.