Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 814f52b2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: Enable ipc logging for debugging"

parents fb34602f 9f51f1ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#define DIAG_DEBUG_PERIPHERALS	0x0008
#define DIAG_DEBUG_MASKS	0x0010
#define DIAG_DEBUG_POWER	0x0020
#define DIAG_DEBUG

#ifdef DIAG_DEBUG
extern uint16_t diag_debug_mask;
+1 −1
Original line number Diff line number Diff line
@@ -2713,7 +2713,7 @@ static void diag_debug_init(void)
	 * Set the bit mask here as per diag_ipc_logging.h to enable debug logs
	 * to be logged to IPC
	 */
	diag_debug_mask = 0;
	diag_debug_mask = DIAG_DEBUG_PERIPHERALS;
}
#else
static void diag_debug_init(void)