Skip to content

Commit

Permalink
Fix the incoming IM messages not being shown when debug logs are enab…
Browse files Browse the repository at this point in the history
…led (#27072)
  • Loading branch information
shubhamdp authored and pull[bot] committed Sep 1, 2023
1 parent 3af3930 commit 2259474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/esp32/components/chip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ chip_gn_arg_append("esp32_cxx" "\"${CMAKE_CXX_COMPILER}\"")
chip_gn_arg_append("esp32_cpu" "\"esp32\"")
chip_gn_arg_bool("is_debug" ${is_debug})

if (CONFIG_CHIP_CONFIG_IM_PRETTY_PRINT)
chip_gn_arg_bool("enable_im_pretty_print" "true")
endif()

# Config the chip log level by IDF menuconfig
if (CONFIG_LOG_DEFAULT_LEVEL GREATER_EQUAL 1)
chip_gn_arg_bool ("chip_error_logging" "true")
Expand Down

0 comments on commit 2259474

Please sign in to comment.