> ## 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="debug_addendum/Debug-workflow">
    分析诊断日志以识别系统级错误并跟踪安全执行问题。
  </Card>
</CardGroup>

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

<CardGroup cols={2}>
  <Card title="捕获子系统转储" href="debug_addendum/Debug-Linux-kernel-space-issues#capture-the-subsystem-dump">
    启用并捕获来自子系统的 coredump，以支持有针对性的调试和根因分析。
  </Card>

  <Card title="使用 QCAP 解析 RAM 转储" href="debug_addendum/Debug-Linux-kernel-space-issues#parse-ram-dumps-using-qcap">
    使用 QCAP 分析子系统日志并识别最初的故障点。
  </Card>
</CardGroup>

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

<CardGroup cols={2}>
  <Card title="调试 aDSP 问题" href="debug_addendum/Debug-non-HLOS-issues#debug-adsp-issues">
    使用 Diag 工具或 Qualcomm QXDM Professional™ 诊断套件排查 aDSP 问题。
  </Card>

  <Card title="调试常开处理器（AOP）问题" href="debug_addendum/Debug-non-HLOS-issues#debug-always-on-processor-aop">
    在 Windows 主机上使用诊断工具调试与 AOP 相关的问题。
  </Card>

  <Card title="捕获诊断数据包" href="debug_addendum/Debug-non-HLOS-issues#capture-the-diagnostic-packets">
    利用 Diag 服务捕获诊断数据包、交换设备命令并获取高级系统洞察。
  </Card>
</CardGroup>

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

<CardGroup cols={2}>
  <Card title="调试看门狗超时问题" href="debug_addendum/Debug-common-system-issues#debug-watchdog-timeout-issues">
    调试与看门狗相关的故障，帮助您的系统从意外的硬件或软件崩溃中恢复。
  </Card>

  <Card title="调试总线挂起和超时问题" href="debug_addendum/Debug-common-system-issues#debug-bus-hang-and-timeout-error">
    调试总线挂起和超时问题，以防止可能触发严重系统错误的组件故障。
  </Card>

  <Card title="识别硬件复位的原因" href="debug_addendum/Debug-common-system-issues#identify-the-cause-of-hardware-reset">
    使用有针对性的调试方法来识别意外硬件复位和系统重启的根本原因。
  </Card>
</CardGroup>
