Hi, Nordic team,
I was developing an app using ble_cli module refering to the ble_app_cli example from SDK 17.02 on a custom board. If I set log_backend to false in 'nrf_cli_init', then when the NRF CONNECT app disconnected, the board stop running and cannot be reconnected.
I tried to use PCA10056 and official ble_app_cli demo, it had the same result. It seems to relate to the nrf_cli_uninit function because if I comment this line, the board could be reconnected.
I don't want the log to be sent to ble backend, please help.
Thanks in advance.

