Package backtraceio.library.interfaces
Interface Client
-
- All Known Implementing Classes:
BacktraceBase,BacktraceClient
public interface ClientClient interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenableNativeIntegration()Capture unhandled native exceptions (Backtrace database integration is required to enable this feature).voidsend(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).
-
-