public final class NoOpReportPrimer extends java.lang.Object implements ReportPrimer
Constructor and Description |
---|
NoOpReportPrimer() |
Modifier and Type | Method and Description |
---|---|
void |
primeReport(android.content.Context context,
ReportBuilder builder)
Update builder via
ReportBuilder.customData(Map) or ReportBuilder.customData(String, String)
with any extra dta application to just this crash. |
public void primeReport(android.content.Context context, ReportBuilder builder)
ReportPrimer
ReportBuilder.customData(Map)
or ReportBuilder.customData(String, String)
with any extra dta application to just this crash.
Builder is fully constructed when this method is called, so it can be introspected for details of the crash.
Note that this method will only be called if ACRA is currently enabled.primeReport
in interface ReportPrimer
context
- Application context from which to retrieve resources.builder
- Full configured ReportBuilder
for the current crash report.