From 67a25c5604dc7323ebbbdb2a68430c0330858f53 Mon Sep 17 00:00:00 2001 From: nhanasi Date: Mon, 9 Feb 2026 13:53:07 -0500 Subject: [PATCH] RDKEMW-13425: Remove monarch process name for core upload --- 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 eff23257..202439f9 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" ] || [ "$1" = "homescreen_egl" ]; then + [ "$1" = "civetweb-worker" ] || [ "$1" = "nfrtool" ]; then dumpFile exit 0 fi