> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 调试补充文档

借助精准工具和高级诊断能力提升调试效率。

## **调试工作流**

<CardGroup cols={2}>
  <Card title="从 Qualcomm TEE 日志中识别系统问题" href="https://docs.qualcomm.com/doc/80-80023-12A/topic/identify_subsystem_to_be_debugged.html">
    分析诊断日志以识别系统级错误并跟踪安全执行问题。
  </Card>
</CardGroup>

## **调试 Linux 内核空间问题**

<CardGroup cols={2}>
  <Card title="捕获子系统转储" href="https://docs.qualcomm.com/doc/80-80023-12A/topic/subsystem_ram_dumps.html">
    启用并捕获子系统的 coredump,以支持有针对性的调试和根因分析。
  </Card>

  <Card title="使用 QCAP 解析 RAM 转储" href="https://docs.qualcomm.com/doc/80-80023-12A/topic/parse_ram_dumps_using_qcap.html">
    使用 QCAP 分析子系统日志并识别故障的初始点。
  </Card>
</CardGroup>

## **调试非 HLOS 问题**

<CardGroup cols={2}>
  <Card title="调试 aDSP 问题" href="https://docs.qualcomm.com/doc/80-80023-12A/topic/debug-non-hlos-subsystems.html">
    使用 Diag 工具或 Qualcomm QXDM Professional™ 诊断套件排查 aDSP 问题。
  </Card>

  <Card title="调试常开处理器(AOP)问题" href="https://docs.qualcomm.com/doc/80-80023-12A/topic/debug-non-hlos-subsystems.html">
    在 Windows 主机计算机上使用诊断工具调试与 AOP 相关的问题。
  </Card>

  <Card title="捕获诊断数据包" href="https://docs.qualcomm.com/doc/80-80023-12A/topic/diag.html">
    利用 Diag 服务捕获诊断数据包、交换设备命令并解锁高级系统洞察。
  </Card>
</CardGroup>

## **调试常见系统问题**

<CardGroup cols={2}>
  <Card title="调试看门狗超时问题" href="https://docs.qualcomm.com/doc/80-80023-12A/topic/watchdog_timeout.html">
    调试与看门狗相关的故障,帮助您的系统从意外的硬件或软件崩溃中恢复。
  </Card>

  <Card title="调试总线挂起和超时问题" href="https://docs.qualcomm.com/doc/80-80023-12A/topic/general_system_debugging.html">
    调试总线挂起和超时问题,以防止可能触发关键系统错误的组件故障。
  </Card>

  <Card title="识别硬件复位的原因" href="https://docs.qualcomm.com/doc/80-80023-12A/topic/reset_hardware.html">
    使用有针对性的调试方法识别意外硬件复位和系统重启的根本原因。
  </Card>
</CardGroup>
