[vlc-devel] (Solved) Where does msg_Dbg outputs under Windows

jboileau jboileau at gmail.com
Thu May 8 21:29:14 CEST 2008


In case this may help anyone: To see debugging messages under windows,
simply add "--file-logging" option. This will pop up a command window
and display all message output into it.

On Thu, May 8, 2008 at 2:37 PM, jboileau <jboileau at gmail.com> wrote:
>> 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
>



-- 
Jacques Boileau



More information about the vlc-devel mailing list