[vlc-devel] Where does msg_Dbg outputs under Windows

jboileau jboileau at gmail.com
Thu May 8 20:37:14 CEST 2008


> msg_* are asynchronous, vlc may crash while the message is still in the
> queue, waiting to be displayed.

And using the log libvlc API, since it is not event driven, makes it
impossible to retrieve the logs even if they are available. If an
event would be generated when a new log line is available, there would
be better chances of capturing the last log lines.

Was starting my application using strace in Cygwin the proper way to
launch it? There was nothing at all displayed in the Cygwin command
window.

-- 
Jacques Boileau



More information about the vlc-devel mailing list