~aleteoryx/muditaos

4a826142c01ad09b152591f991ff1d0e95f09c86 — alek 5 years ago 1f7d471
[EGD-4429] Enable DEBUG_MODEM_OUTPUT_RESPONSE to true

All those logs are crucial for identification of modem issues.
All modem debug logs are disabled in runtime by default.
2 files changed, 1 insertions(+), 2 deletions(-)

M module-apps/application-call/windows/CallWindow.cpp
M module-utils/log/debug.hpp
M module-apps/application-call/windows/CallWindow.cpp => module-apps/application-call/windows/CallWindow.cpp +0 -1
@@ 13,7 13,6 @@
#include "application-call/ApplicationCall.hpp"
#include "application-call/data/CallSwitchData.hpp"

#include <bits/stdint-uintn.h>
#include <i18n/i18n.hpp>

#include <service-audio/AudioServiceAPI.hpp>

M module-utils/log/debug.hpp => module-utils/log/debug.hpp +1 -1
@@ 8,7 8,7 @@
#define _RT1051_UART_DEBUG           0 /// show full modem uart communication
#define DEBUG_BLUETOOTH_HCI_COMS     0 /// show communication with BT module - transactions
#define DEBUG_BLUETOOTH_HCI_BYTES    0 /// show communication with BT module - all the HCI bytes
#define DEBUG_MODEM_OUTPUT_RESPONSE  0 /// show full modem output
#define DEBUG_MODEM_OUTPUT_RESPONSE  1 /// show full modem output
#define DEBUG_SERVICE_MESSAGES       0 /// show messages prior to handling in service
#define DEBUG_DB_MODEL_DATA          0 /// show messages prior to handling in service
#define DEBUG_FONT                   0 /// show Font debug messages