Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Debugging

Matthias Kuhn edited this page Jan 14, 2015 · 1 revision

Logcat

Apps may log debug information to the device. This debug information can be very valuable for solving problems and may be requested when you file an issue.

To get this output you will

  1. need to install adb
  2. need to enable developer options on your device
  3. enter the command adb logcat
  4. do the necessary steps to reproduce the problem
Clone this wiki locally