Skip to content

Commit 9511db2

Browse files
author
Jyri Sarha
committed
app/debug_stream_overlay.conf: HACK single core no DUMPHOOK_ONLY=n
1 parent 43de487 commit 9511db2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/debug_stream_overlay.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG_MAX_THREAD_BYTES=4
1212
# As the number of supported cores shrink, the available circular
1313
# buffer size increases. This means increased bandwidth. This is
1414
# particularly useful, when debugging a problem on core 0.
15-
#CONFIG_SOF_DEBUG_STREAM_SLOT_FORCE_MAX_CPUS=1
15+
CONFIG_SOF_DEBUG_STREAM_SLOT_FORCE_MAX_CPUS=1
1616

1717
# Direct the assert prints to debug stream
1818
# This option obeys CONFIG_EXCEPTION_DUMP_HOOK_ONLY. If it is selected
@@ -36,6 +36,6 @@ CONFIG_SOF_TELEMETRY_IO_PERFORMANCE_MEASUREMENTS=n
3636
# Enable Zephyr exception printing hook; debug stream is sensitive to this option too
3737
CONFIG_EXCEPTION_DUMP_HOOK=y
3838
# Do not try to send exception prints through logs; this causes problems on PTL with mtrace
39-
CONFIG_EXCEPTION_DUMP_HOOK_ONLY=y
39+
#CONFIG_EXCEPTION_DUMP_HOOK_ONLY=y
4040
# Print also backtrace through the exception hook
4141
CONFIG_XTENSA_BACKTRACE_EXCEPTION_DUMP_HOOK=y

0 commit comments

Comments
 (0)