Skip to content

Commit cbb0e75

Browse files
author
Jyri Sarha
committed
SQUASH debug_stream: text_msg: Set exception dump hooks if available
1 parent be940b8 commit cbb0e75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/debug/debug_stream/debug_stream_text_msg.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ void ds_msg(const char *format, ...)
4545
* that to get through to the host side.
4646
*
4747
* Also, because of the limited circular buffer size, we should only
48-
* send one exception record. Exceptions often happen in bursts in a
49-
* SOF system, and sending more than one record makes the host-side
50-
* decoder lose track of things.
48+
* send one exception record. On some situations the exceptions happen
49+
* in bursts, and sending more than one record in short time makes the
50+
* host-side decoder lose track of things.
5151
*/
5252
static struct {
5353
struct debug_stream_text_msg msg;

0 commit comments

Comments
 (0)