Skip to content
F43nd1r edited this page Jul 21, 2020 · 3 revisions

Gathering logs

  1. Enable dev logging by inserting this snippet before ACRA.init:
ACRA.DEV_LOGGING = true;
  1. Create a new logcat filter, with log tag parameter ACRA.

  2. If you want to report a bug or get help, stop your app and clear your logcat. Then start your app and do whatever you want to show, e.g. let it crash. Post all logs using the filter you created in 2.

Clone this wiki locally