mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
optionally skip initial frames in backtrace
This commit is contained in:
parent
8460fac285
commit
f6a6d01354
2 changed files with 23 additions and 7 deletions
|
|
@ -77,6 +77,9 @@ void pa_log_set_flags(pa_log_flags_t flags, pa_log_merge_t merge);
|
|||
/* Enable backtrace */
|
||||
void pa_log_set_show_backtrace(unsigned nlevels);
|
||||
|
||||
/* Skip the first backtrace frames */
|
||||
void pa_log_set_skip_backtrace(unsigned nlevels);
|
||||
|
||||
void pa_log_level_meta(
|
||||
pa_log_level_t level,
|
||||
const char*file,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue