Skip to main content
Qualcomm Linux supports various open-source tools, dumps, and logs for debugging as shown in the following figure. Visual representation of open-source tools, system dumps, and log files used to troubleshoot Linux user space application issues. Figure: Resources to debug issues in the Linux user space
  • Open-source tools such as ltrace, strace, Valgrind, and GDB help in tracing issues and memory analysis
  • Dumps represented by coredumps help with crash diagnostics
  • Logs including Syslogs and journalctl support system monitoring and issue tracking
You can enable the supported open-source debug tools using the packagegroup-qcom-utilities.bb BitBake file located in the meta-qcom-distro/recipes-products/packagegroups/ directory. For more information about debugging Linux user-space issues, see the following sections: