# Run system trace

Source: [https://docs.qualcomm.com/doc/80-88500-3/topic/91_Run_system_trace.html](https://docs.qualcomm.com/doc/80-88500-3/topic/91_Run_system_trace.html)

The `Strace` and trace system calls intercept and records the system calls, which
      are called by a process.

Run the command during the use case to collect the `strace`:

    starce -p <PID>Copy to clipboard

**Parent Topic:** [Debug user space](https://docs.qualcomm.com/doc/80-88500-3/topic/90_Debug_userspace_.html)

Last Published: Sep 26, 2023

[Previous Topic
Debug user space](https://docs.qualcomm.com/bundle/publicresource/80-88500-3/topics/90_Debug_userspace_.md) [Next Topic
Trigger backtrace via code in user space](https://docs.qualcomm.com/bundle/publicresource/80-88500-3/topics/92_Trigger_backtrace_via_code_in_userspace.md)