mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
Merge "diag: Update SSIDs, event ids and log codes"
This commit is contained in:
commit
be9df8500b
1 changed files with 11 additions and 6 deletions
|
@ -144,10 +144,10 @@ the appropriate macros. */
|
|||
/* This needs to be modified manually now, when we add
|
||||
a new RANGE of SSIDs to the msg_mask_tbl */
|
||||
#define MSG_MASK_TBL_CNT 25
|
||||
#define APPS_EVENT_LAST_ID 0x0A8D
|
||||
#define APPS_EVENT_LAST_ID 0x0AA2
|
||||
|
||||
#define MSG_SSID_0 0
|
||||
#define MSG_SSID_0_LAST 115
|
||||
#define MSG_SSID_0_LAST 116
|
||||
#define MSG_SSID_1 500
|
||||
#define MSG_SSID_1_LAST 506
|
||||
#define MSG_SSID_2 1000
|
||||
|
@ -167,7 +167,7 @@ the appropriate macros. */
|
|||
#define MSG_SSID_9 5500
|
||||
#define MSG_SSID_9_LAST 5516
|
||||
#define MSG_SSID_10 6000
|
||||
#define MSG_SSID_10_LAST 6080
|
||||
#define MSG_SSID_10_LAST 6081
|
||||
#define MSG_SSID_11 6500
|
||||
#define MSG_SSID_11_LAST 6521
|
||||
#define MSG_SSID_12 7000
|
||||
|
@ -330,7 +330,11 @@ static const uint32_t msg_bld_masks_0[] = {
|
|||
MSG_LVL_LOW,
|
||||
MSG_LVL_MED,
|
||||
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_LOW|MSG_LVL_MED|MSG_LVL_HIGH|MSG_LVL_ERROR|MSG_LVL_FATAL,
|
||||
MSG_LVL_MED,
|
||||
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_MED
|
||||
};
|
||||
|
||||
static const uint32_t msg_bld_masks_1[] = {
|
||||
|
@ -590,7 +594,8 @@ static const uint32_t msg_bld_masks_10[] = {
|
|||
MSG_LVL_LOW,
|
||||
MSG_LVL_LOW,
|
||||
MSG_LVL_LOW,
|
||||
MSG_LVL_LOW
|
||||
MSG_LVL_LOW,
|
||||
MSG_LVL_MED
|
||||
};
|
||||
|
||||
static const uint32_t msg_bld_masks_11[] = {
|
||||
|
@ -799,7 +804,7 @@ static const uint32_t msg_bld_masks_23[] = {
|
|||
/* LOG CODES */
|
||||
static const uint32_t log_code_last_tbl[] = {
|
||||
0x0, /* EQUIP ID 0 */
|
||||
0x18C6, /* EQUIP ID 1 */
|
||||
0x18DE, /* EQUIP ID 1 */
|
||||
0x0, /* EQUIP ID 2 */
|
||||
0x0, /* EQUIP ID 3 */
|
||||
0x4910, /* EQUIP ID 4 */
|
||||
|
|
Loading…
Reference in a new issue