Go back –> ath10k
How to debug ath10k
Tracing
Enable tracing support with CONFIG_ATH10K_TRACING.
To trace all log messages, including debug logs:
# trace-cmd record -e ath10k_log*
To read the trace.dat file:
trace-cmd report
Go back –> ath10k
Enable tracing support with CONFIG_ATH10K_TRACING.
To trace all log messages, including debug logs:
# trace-cmd record -e ath10k_log*
To read the trace.dat file:
trace-cmd report