-
public interface ErrorCustomizer
Interface that lets parts of the app process the errors before showing the redbox
-
-
Method Summary
Modifier and Type Method Description abstract Pair<String, Array<StackFrame>>
customizeErrorInfo(Pair<String, Array<StackFrame>> errorInfo)
The function that need to be registered using DevSupportManager.registerErrorCustomizerand is called before passing the error to the RedBox. -
-
Method Detail
-
customizeErrorInfo
abstract Pair<String, Array<StackFrame>> customizeErrorInfo(Pair<String, Array<StackFrame>> errorInfo)
The function that need to be registered using DevSupportManager.registerErrorCustomizerand is called before passing the error to the RedBox.
-
-
-
-