[Bug 785035] debug: Add a memory ringbuffer based debug logger

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 8 07:34:17 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=785035

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
You would for example use this in an application that runs in debug mode for
generating some kind of error report. It allows you to get (for each thread)
the last log lines programmatically. You don't really want to capture
everything, especially for a long running application, but are usually only
interested in what happened right before things failed.

GST_DEBUG still sets the categories though, this is just an additional logging
function / logger that does not output to stderr (or to a file with
GST_DEBUG_FILE), but instead stores things in memory.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list