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:

  1. Enable Developer Options of your Android Device
  2. Install the Android SDK
  3. Connect your device via USB
  4. Connect to your device using ADB: adb start-server
  5. 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.