Interface FatalErrorReporter

All Superinterfaces:
Thread.UncaughtExceptionHandler
All Known Implementing Classes:
DefaultFatalErrorReporter, FatalErrorReporterBase

public interface FatalErrorReporter extends Thread.UncaughtExceptionHandler
  • Method Details

    • report

      void report(@NotNull @NotNull String message, @NotNull @NotNull Throwable throwable)
    • report

      void report(@NotNull @NotNull String message)
    • reportAsync

      void reportAsync(@NotNull @NotNull String message, @NotNull @NotNull Throwable throwable)
    • reportAsync

      void reportAsync(@NotNull @NotNull String message)
    • addInterceptor

      void addInterceptor(@NotNull @NotNull FatalErrorReporter.Interceptor interceptor)