Send a debugging string to slogger for logging
#include <audio_driver.h> void ado_debug( uint32_t lvl, char *format, ... );
The db_lvl global variable is set based on the -v[v...] option to io-audio.
The ado_debug() sends a debugging string to slogger for logging.
If ADO_DEBUG is defined, these messages are also sent to standard output. For more information, see “Debugging an audio driver” in the Organization of a Driver chapter.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |
io-audio, slogger in the QNX Utilities Reference
printf() in the QNX Library Reference