Package | Description |
---|---|
org.acra.collector | |
org.acra.sender |
Modifier and Type | Method and Description |
---|---|
CrashReportData |
CrashReportDataFactory.createCrashData(String msg,
Throwable th,
Map<String,String> customData,
boolean isSilentReport,
Thread brokenThread)
Collects crash data.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportSender.send(android.content.Context context,
CrashReportData errorContent)
Send crash report data.
|
void |
HttpSender.send(android.content.Context context,
CrashReportData report) |
void |
EmailIntentSender.send(android.content.Context context,
CrashReportData errorContent) |
Copyright © 2010-2015. All Rights Reserved.