libnice Reference Manual | ||||
---|---|---|---|---|
Libnice can output a lot of information when debug messages are enabled.
This can significantly help track down problems and/or understand what
it's doing.
You can enable/disable the debug messages by calling nice_debug_enable()
or nice_debug_disable()
and choosing whether you want only ICE debug messages
or also stun debug messages.
By default, the debug messages are disabled, unless the environment variable
NICE_DEBUG is set, in which case, it must contain a comma separated list of
flags specifying which debug to enable. The flags can be "nice", "stun",
or "all" to enable all debug messages.