From d60643cb5308df3f395b5f46177f7613decff02f Mon Sep 17 00:00:00 2001 From: mtirum011 Date: Thu, 7 May 2026 09:48:23 +0000 Subject: [PATCH] RDKEMW-18159 : [develop] Corefile not getting uploaded for mutliqueue crashes --- lib/rdk/core_shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdk/core_shell.sh b/lib/rdk/core_shell.sh index c94afbd2..370e865f 100755 --- a/lib/rdk/core_shell.sh +++ b/lib/rdk/core_shell.sh @@ -335,7 +335,7 @@ if [ "$1" = "xcal-discovery-" ] || [ "$1" = "xdiscovery" ] || [ "$1" = "IARMDae [ "$1" = "NWMgrPlugin" ] || [ "$1" = "nm_event_thrd" ] || [ "$1" = "Monitor::IResou" ] || [ "$1" = "DRMSYSTEM" ] || [ "$1" = "HTTPREQUEST_MAN" ] || [ "$1" = "civetweb-worker" ] || [ "$1" = "nfrtool" ] || - [ "$1" = "OCDM_WVMediaKey" ] || [ "$1" = "OCDM_SaThread" ]; then + [ "$1" = "OCDM_WVMediaKey" ] || [ "$1" = "OCDM_SaThread" ] || [ "$1" = "multiqueue28:sr" ]; then dumpFile exit 0 fi