Package backtraceio.library.interfaces
Interface Client
-
- All Known Implementing Classes:
BacktraceBase
,BacktraceClient
public interface Client
Client interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enableNativeIntegration()
Capture unhandled native exceptions (Backtrace database integration is required to enable this feature).void
send(BacktraceReport report)
Send new report to a Backtrace API
-
-
-
Method Detail
-
send
void send(BacktraceReport report)
Send new report to a Backtrace API- Parameters:
report
- data which should be send to Backtrace API
-
enableNativeIntegration
void enableNativeIntegration()
Capture unhandled native exceptions (Backtrace database integration is required to enable this feature).
-
-