public interface CrashProcessor
ConfigCore.crashProcessorClass is set with your own implementation of this interface,
Countly SDK instantiates an instance of this class and calls process(Crash) whenever
application crashes or you send custom crash report using Usage.addCrashReport(Throwable, boolean, String, Map, String...)}.| Modifier and Type | Method and Description |
|---|---|
Crash |
process(Crash crash)
When
ConfigCore.crashProcessorClass is set with your own implementation of this interface,
Countly calls this method to allow adding custom data to the crash. |
Crash process(Crash crash)
ConfigCore.crashProcessorClass is set with your own implementation of this interface,
Countly calls this method to allow adding custom data to the crash.crash - Crash instance to processnull if crash shouldn't be sent, crash parameter value otherwiseto add custom logs sent to the server along with a crash,
to add custom crash segments sent to the server along with a crash