测试版文档。 随着应用程序进入 1.0 版本,一些文本和图像将被重新设计。如果某个部分显示为过时,请通过 反馈表.

诊断

诊断页面适用于出现问题并且您想知道是什么情况时。它显示运行时的指标和滚动事件日志,并导出单个工件(支持包),如果您开具票证,我们将要求提供该工件。

Diagnostics page. Metrics grid at the top, session event log below, support-bundle export in the header bar.
Figure 1. Diagnostics page. Metrics grid at the top, session event log below, support-bundle export in the header bar.

指标网格

四张紧凑的卡片总结了运行时的工作情况。值是实时的,每秒更新两次。

  • 控制环路速率 — 目标 50 Hz;如果这个值下降到 40 秒,则说明有东西正在窃取 CPU 或 sim 卡已暂停。卡片的侧边栏以迷你图形式显示最后 60 秒。
  • 管道延迟 — 从 SimSnapshot 到达到强制调度的时间(以微秒为单位)。典型值:100–800 µs。
  • 效果活跃 — 十四种效应中有多少目前正在贡献非零输出。
  • 重申 — 调度员必须将效果参数重新发送到设备的频率。在 Proton 上的 MSFS 下,内核有时会在大约 20 秒后失去效果;重新断言循环覆盖了这个,你会看到这个计数器在飞行时滴答作响。
Metrics grid close-up. Each card has a headline value, a 60 s sparkline, and a short caption.
Figure 2. Metrics grid close-up. Each card has a headline value, a 60 s sparkline, and a short caption.

会话事件日志

页面的大部分内容是滚动事件日志。级别以颜色编码:

  • 中核因子 / DBG — 普通文本。
  • 世界无线电网络 ——琥珀色。通常是良性的,但值得了解。
  • 错误率 / 超光速 — 红色。有事失败了。

该日志由内存中的环形缓冲区(大约 2,000 行)支持。向上滚动查看较旧的事件;除非您手动滚动,否则最新行将固定在底部。

Event log strip. Warnings in amber, errors in red. The Copy-all button dumps the current visible window to the clipboard as plain text.
Figure 3. Event log strip. Warnings in amber, errors in red. The Copy-all button dumps the current visible window to the clipboard as plain text.

过滤

The filter bar at the top of the log takes a plain text match. Type WRN to only see warnings and errors; simconnect to see SimConnect-related chatter; any substring at all. Clear the filter to see everything again.

支持捆绑导出

导出支持包 按钮(诊断标题的右上角)会生成一个 ZIP,其中包含所有内容,使我们能够在不访问您的计算机的情况下重现您的问题。里面有什么:

  • sysinfo.txt — OS, kernel, distro, CPU model, RAM, .NET runtime version, locale.
  • session.log — the current session's complete event log (not just what's on screen).
  • crashes/ — the last crash dump plus the stack trace, if there is one.
  • doctor.json — the most recent Doctor-page scan results in machine-readable form.
  • tunables.yaml — the active profile's values at the moment of export.
  • simconnect-config.xml — the XML the bridge last read from MSFS, with any passwords removed. Not included for X-Plane sessions.

该捆绑包被写入临时路径,然后“诊断”页面显示一个可单击的链接和一个 在文件管理器中显示 按钮。将 ZIP 附加到 反馈报告 当我们进行分类时我们会捡起它。

After export, a small banner shows the bundle filename, size, and a button to open the feedback form. The support bundle never leaves your machine automatically — you choose to send it.
Figure 4. After export, a small banner shows the bundle filename, size, and a button to open the feedback form. The support bundle never leaves your machine automatically — you choose to send it.
它不包含什么

没有个人标识符,没有云凭证,没有网络流量捕获。允许捆绑包包含源中的生命的允许列表文件名的完整列表;该列表之外的任何内容都将被省略。参见 支持捆绑包 获取完整列表。

剪贴板导出

如果您只想引用单个日志行(“bridge 说 X,这正常吗?”),请右键单击该行并选择 复制. For longer quotes, 全部复制 日志顶部将可见窗口转储为纯 UTF-8 文本。