From 38528e309d7d91864d3b7c532a410ea246135f2b Mon Sep 17 00:00:00 2001 From: mtirum011 Date: Thu, 23 Apr 2026 05:22:56 +0000 Subject: [PATCH] RDKEMW-17533 : [support/8.4.4.0] OCDM_WVMediaKey and OCDM_SaThread changes in sysint --- 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 202439f9..3fa01e23 100755 --- a/lib/rdk/core_shell.sh +++ b/lib/rdk/core_shell.sh @@ -334,7 +334,7 @@ if [ "$1" = "xcal-discovery-" ] || [ "$1" = "xdiscovery" ] || [ "$1" = "IARMDae [ "$1" = "subttxrend-app" ] || [ "$1" = "logrotate" ] || [ "$1" = "NetworkManager" ] || [ "$1" = "NWMgrPlugin" ] || [ "$1" = "nm_event_thrd" ] || [ "$1" = "Monitor::IResou" ] || [ "$1" = "DRMSYSTEM" ] || [ "$1" = "HTTPREQUEST_MAN" ] || - [ "$1" = "civetweb-worker" ] || [ "$1" = "nfrtool" ]; then + [ "$1" = "civetweb-worker" ] || [ "$1" = "nfrtool" ] || [ "$1" = "OCDM_WVMediaKey" ] || [ "$1" = "OCDM_SaThread" ]; then dumpFile exit 0 fi