From f13d901382b52831f4b3a3132f8514ad1e27c6b7 Mon Sep 17 00:00:00 2001 From: madhubabutt <114217841+madhubabutt@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:52:25 +0530 Subject: [PATCH] RDKEMW-17619 : [develop] OCDM_WVMediaKey and OCDM_SaThread changes in sysint (#522) Co-authored-by: mtirum011 --- lib/rdk/core_shell.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rdk/core_shell.sh b/lib/rdk/core_shell.sh index 202439f9..c94afbd2 100755 --- a/lib/rdk/core_shell.sh +++ b/lib/rdk/core_shell.sh @@ -334,7 +334,8 @@ 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