收口宿主导航诊断日志

微信小程序导航失败日志改为固定标签

移动 WebView 进程失败日志不再输出 detail 对象

补充门禁和共享决策记录
This commit is contained in:
2026-06-21 16:51:40 +08:00
parent fcd1d30869
commit c0624e1576
7 changed files with 20 additions and 28 deletions
+1 -4
View File
@@ -425,10 +425,7 @@ export default function ShellApp() {
firstFailureAt: now,
};
webViewProcessFailureRef.current = nextFailureWindow;
console.warn('mobile WebView process failed', {
count: nextFailureWindow.count,
label,
});
console.warn(`mobile WebView process failed for ${label}`);
if (nextFailureWindow.count <= MOBILE_WEBVIEW_PROCESS_FAILURE_RELOAD_LIMIT) {
reloadCurrentWebView();