|
@@ -854,6 +854,9 @@ public class MallFragment extends BaseMVPFragment<FragmentMallBinding, ShopMallP
|
|
|
if (error.getErrorCode() == WebViewClient.ERROR_HOST_LOOKUP || error.getErrorCode() == WebViewClient.ERROR_CONNECT) {
|
|
|
showLoadErrorView();
|
|
|
} else {
|
|
|
+ if(error.getErrorCode() == WebViewClient.ERROR_UNKNOWN){
|
|
|
+ return;
|
|
|
+ }
|
|
|
String errorMsg = "url:" + request.getUrl().toString() + " " + error.getDescription();
|
|
|
LogUploadManager.getInstance().uploadErrorLog(ErrorType.HTML_ERROR, ErrorConstants.getErrorMsg(error.getErrorCode(), errorMsg));
|
|
|
}
|