From 8bc324af22fa71ce2a7984c0a544a91755f3a229 Mon Sep 17 00:00:00 2001 From: Purnendu Kapadia Date: Mon, 20 May 2019 13:55:27 +0100 Subject: [PATCH] [NEUS7920-477] wlbt: introduce scsc_log_sys_error trigger introduce a new trigger scsc_log_sys_error SCSC-Bug-Id: SSB-52919 Change-Id: I9f0a7fdc924533020ccdfc795f196594baafec32 Signed-off-by: Purnendu Kapadia --- include/scsc/scsc_log_collector.h | 1 + include/scsc/scsc_mx.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/scsc/scsc_log_collector.h b/include/scsc/scsc_log_collector.h index 25167032e1c9..d2cb179081cf 100644 --- a/include/scsc/scsc_log_collector.h +++ b/include/scsc/scsc_log_collector.h @@ -42,6 +42,7 @@ enum scsc_log_reason { SCSC_LOG_HOST_WLAN, SCSC_LOG_HOST_BT, SCSC_LOG_HOST_COMMON, + SCSC_LOG_SYS_ERR, /* Add others */ }; diff --git a/include/scsc/scsc_mx.h b/include/scsc/scsc_mx.h index f05514c518b7..95c6c3b26116 100755 --- a/include/scsc/scsc_mx.h +++ b/include/scsc/scsc_mx.h @@ -432,6 +432,7 @@ static inline const char *scsc_get_trigger_str(int code) case 5: return "scsc_log_host_wlan"; case 6: return "scsc_log_host_bt"; case 7: return "scsc_log_host_common"; + case 8: return "scsc_log_sys_error"; case 0: default: return "unknown"; -- 2.20.1