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

Commit 06f2d9b5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: Initialize peripheral mask properly before log switch"

parents 4a0590d0 a5e78c5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ static void diag_close_logging_process(const int pid)
	int i, j;
	int session_mask = 0;
	int device_mask = 0;
	uint32_t p_mask;
	uint32_t p_mask = 0;
	struct diag_md_session_t *session_info = NULL;
	struct diag_logging_mode_param_t params;