java.lang.RuntimeException: Probable deadlock detected due to WebView API being called on incorrect thread while the UI thread is blocked. at SB0.c(chromium-TrichromeWebViewGoogle6432.aab-stable-535912834:47) at com.android.webview.chromium.WebViewChromiumFactoryProvider.h(chromium-TrichromeWebViewGoogle6432.aab-stable-535912834:8) at com.android.webview.chromium.c.a(chromium-TrichromeWebViewGoogle6432.aab-stable-535912834:6) at com.android.webview.chromium.WebViewChromium.onCheckIsTextEditor(chromium-TrichromeWebViewGoogle6432.aab-stable-535912834:17) at android.webkit.WebView.onCheckIsTextEditor(WebView.java:3108) at android.view.inputmethod.InputMethodManager.getStartInputFlags(InputMethodManager.java:2523) at android.view.inputmethod.InputMethodManager.startInputInner(InputMethodManager.java:2297) at android.view.inputmethod.InputMethodManager$DelegateImpl.startInput(InputMethodManager.java:693) at android.view.ImeFocusController.checkFocus(ImeFocusController.java:174) at android.view.inputmethod.InputMethodManager.checkFocus(InputMethodManager.java:2539) at android.view.inputmethod.InputMethodManager.showSoftInput(InputMethodManager.java:1896) at android.view.inputmethod.InputMethodManager.toggleSoftInput(InputMethodManager.java:2158) at io.dcloud.common.adapter.util.DeviceInfo$3.run(Unknown Source:6) at java.util.TimerThread.mainLoop(Timer.java:563) at java.util.TimerThread.run(Timer.java:513) Caused by: java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask.get(FutureTask.java:204) at SB0.c(chromium-TrichromeWebViewGoogle6432.aab-stable-535912834:30) ... 14 more
目前安卓经常出现这个崩溃日志 无从下手解决
9***@qq.com
我刚学vue,vue界面绘制,官方组件一般都经过测试,一般不会有问题。自定义组件请不要有无限循环的操作,或者死循环;网络访问,图片/文件的组件请检查是否有内存溢出,加载缓慢没做优化,这些也可能导致anr,
2023-11-10 10:59
IT技术部 (作者)
回复 9***@qq.com: 感谢你的回答 初步看是应该没有一些很低级的问题死循环内存溢出这种问题。 至于加载的优化可能做的不到位 现在问题就是这些日志很宽泛并不能帮组我们定位具体的问题所在
2023-11-10 11:48