From: Purnendu Kapadia Date: Mon, 20 May 2019 12:55:27 +0000 (+0100) Subject: [NEUS7920-477] wlbt: introduce scsc_log_sys_error trigger X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8bc324af22fa71ce2a7984c0a544a91755f3a229;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 --- 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";