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

Commit 922d8918 authored by Manoj Prabhu B's avatar Manoj Prabhu B Committed by Gerrit - the friendly Code Review server
Browse files

diag: Add new F3 mask and update event mask for diag logging



Update the logging mask for both events and F3 masks to the latest
requests.

Change-Id: I9485f18eca2ee0f78b5086e0332359d997acf57a
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent 3b3e314b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@
 * a new RANGE of SSIDs to the msg_mask_tbl.
 */
#define MSG_MASK_TBL_CNT		26
#define APPS_EVENT_LAST_ID		0xC85
#define APPS_EVENT_LAST_ID		0xC92

#define MSG_SSID_0			0
#define MSG_SSID_0_LAST			129
@@ -174,7 +174,7 @@
#define MSG_SSID_15			8000
#define MSG_SSID_15_LAST		8000
#define MSG_SSID_16			8500
#define MSG_SSID_16_LAST		8529
#define MSG_SSID_16_LAST		8531
#define MSG_SSID_17			9000
#define MSG_SSID_17_LAST		9008
#define MSG_SSID_18			9500
@@ -770,7 +770,9 @@ static const uint32_t msg_bld_masks_16[] = {
	MSG_LVL_LOW | MSG_LVL_MED | MSG_LVL_HIGH | MSG_LVL_ERROR |
		MSG_LVL_FATAL,
	MSG_LVL_LOW | MSG_LVL_MED | MSG_LVL_HIGH | MSG_LVL_ERROR |
		MSG_LVL_FATAL
		MSG_LVL_FATAL,
	MSG_LVL_MED,
	MSG_LVL_MED
};

static const uint32_t msg_bld_masks_17[] =  {