Crasher

Uncaught exception handler that logs crashes originating inside the Airwallex SDK and forwards the exception to the previously installed default handler.

Crashes whose root cause originated outside the SDK (e.g. in the host app) are passed through untouched so we don't pollute analytics with merchant-side bugs.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun uncaughtException(thread: Thread, throwable: Throwable)