]> sigrok.org Git - libsigrokdecode.git/commitdiff
Show backtrace when decode() aborts due to an error.
authorUwe Hermann <redacted>
Fri, 20 Apr 2018 19:40:12 +0000 (21:40 +0200)
committerUwe Hermann <redacted>
Fri, 20 Apr 2018 19:43:56 +0000 (21:43 +0200)
The backtrace printing was actually already there, but was emitted using
sr_dbg(), which doesn't show up by default for most users. Make it an
srd_err() so that most users will see it.

This fixes bug #1158.


No differences found