public interface ErrorCustomizer
Modifier and Type | Method and Description |
---|---|
android.util.Pair<java.lang.String,StackFrame[]> |
customizeErrorInfo(android.util.Pair<java.lang.String,StackFrame[]> errorInfo)
The function that need to be registered using
DevSupportManager .registerErrorCustomizer
and is called before passing the error to the RedBox. |
android.util.Pair<java.lang.String,StackFrame[]> customizeErrorInfo(android.util.Pair<java.lang.String,StackFrame[]> errorInfo)
DevSupportManager
.registerErrorCustomizer
and is called before passing the error to the RedBox.