mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
docs: expand a bit more on GST_DEBUG docs
This commit is contained in:
parent
4c6228224f
commit
ee346fbad6
1 changed files with 8 additions and 2 deletions
|
@ -201,7 +201,12 @@ For example, setting <envar>GST_DEBUG</envar> to
|
||||||
<para>
|
<para>
|
||||||
To get all possible debug output, set
|
To get all possible debug output, set
|
||||||
<envar>GST_DEBUG</envar>
|
<envar>GST_DEBUG</envar>
|
||||||
to <option>*:9</option>
|
to <option>*:9</option>. For debugging purposes a <option>*:6</option> debug
|
||||||
|
log is usually the most useful, as it contains all important information, but
|
||||||
|
hides a lot of noise such as refs/unrefs. For bug reporting purposes, a
|
||||||
|
<option>*:6</option> log is also what will be requested usually. It's often
|
||||||
|
also worth running with <option>*:3</option> to see if there are any
|
||||||
|
non-fatal errors or warnings that might be related to the problem at hand.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</formalpara>
|
</formalpara>
|
||||||
|
@ -298,7 +303,8 @@ The variable takes a comma-separated list of tracing options to enable.
|
||||||
Keep track of the unfreed memory pointers and dump an overview of all unfreed
|
Keep track of the unfreed memory pointers and dump an overview of all unfreed
|
||||||
memory at program exit. Together with a level 9 debug log this can be used to
|
memory at program exit. Together with a level 9 debug log this can be used to
|
||||||
follow the lifecycle of leaked objects in order to track down where they are
|
follow the lifecycle of leaked objects in order to track down where they are
|
||||||
leaked.
|
leaked. This can be useful for debugging memory leaks in situations where
|
||||||
|
tools such as valgrind are not available, or not an option.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
Loading…
Reference in a new issue