/QBugReport

A simple android sdk to report exception and anr info, excluding native exception.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Initialize

QBugReport.init(context, serverUrl);

Need to complement

  1. Constant.java

line 18: Default upload server URL

  1. ReportUtils.java

line 65: Customize the call upload interface

  1. Consider switch to dynamic BroadcastReceiver and WorkManager