Skip to content

Commit

Permalink
Ensure tracing is actually enabled when insights is on
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 3, 2023
1 parent 86cca01 commit a063251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/esp32/components/chip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ if (CONFIG_SEC_CERT_DAC_PROVIDER)
endif()

if (CONFIG_ENABLE_ESP_INSIGHTS_TRACE)
chip_gn_arg_bool("matter_enable_tracing_support" "true")
chip_gn_arg_append("matter_trace_config" "\"${CHIP_ROOT}/src/tracing/esp32_trace:esp32_trace_tracing\"")
endif()

Expand Down

0 comments on commit a063251

Please sign in to comment.