Tencent / VasSonic

VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Other
11.8k stars 1.61k forks source link

类型转换异常 #331

Closed lhjgege closed 4 years ago

lhjgege commented 4 years ago

配合x5Webview使用,部分手机进去会出现null cannot be cast to non-null type com.tencent.smtt.export.external.interfaces.WebResourceResponse 这个异常,而有些手机不会出现问题,如小米5进去这个webview界面就出现上面的异常

1 com.cn.ss.ui.classRoom.SourcesShowActivity$initWebView$1.shouldInterceptRequest(SourcesShowActivity.kt:205)

2 com.tencent.smtt.sdk.z.shouldInterceptRequest(Unknown Source:9) 3 com.tencent.tbs.core.webkit.tencent.TencentWebViewClient.shouldInterceptRequest(Unknown Source:126) 4 android.webview.chromium.WebViewContentsClientAdapter.shouldInterceptRequest(Unknown Source:14) 5 android.webview.chromium.tencent.TencentWebViewContentsClientAdapter.shouldInterceptRequest(Unknown Source:1) 6 org.chromium.android_webview.AwContents$BackgroundThreadClientImpl.shouldInterceptRequest(Unknown Source:19) 7 org.chromium.android_webview.AwContentsBackgroundThreadClient.shouldInterceptRequestFromNative(Unknown Source:39)

bugly上的错误日志