Error Customizer
Interface that lets parts of the app process the errors before showing the redbox
Functions
Link copied to clipboard
abstract fun customizeErrorInfo(errorInfo: Pair<String, Array<StackFrame>>): Pair<String, Array<StackFrame>>
The function that need to be registered using DevSupportManager.registerErrorCustomizer and is called before passing the error to the RedBox.