Figure: Resources to debug issues in kernel space
- Logs section includes dynamic debug, kernel debugging configuration, and function tracer
- Command-line tools provide access to the
/procanddebugfsfile systems - Dumps section lists RAM dump, RAM parser, and crash utility that are used for analyzing system crashes and memory states
dmesg command.
To debug issues in the kernel space, it’s recommended to use the debug build. For more information about how to generate the debug build, see Qualcomm Linux metadata layers overview.
For more information about kernel source configuration files, see [Qualcomm Linux Kernel Guide(https://dragonwingdocs.qualcomm.com/System/Kernel/kernel-overview).
For more information about debugging Linux kernel‑space issues, see the following sections:

