Hello:
We had a main application with NRF_LOG using RTT as its backend, and it was working great. We are using the BLE_DFU and recently added NRF_LOG capabilities to this bootloader. However, it seems that now the RTT/NRF_LOG stops working when the application jumps from the bootloader to the main application!
Bootloader "main.c" init:
Main application code