From 38efe0866dbdb470fc78c052337e2e0c08891491 Mon Sep 17 00:00:00 2001 From: Saranya Date: Wed, 29 Apr 2026 07:09:27 +0000 Subject: [PATCH 1/2] RDKEMW-16774: [Security] Device partition structure seen in logs --- lib/rdk/system_info_collector.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rdk/system_info_collector.sh b/lib/rdk/system_info_collector.sh index 2d56b6c9..c4573189 100755 --- a/lib/rdk/system_info_collector.sh +++ b/lib/rdk/system_info_collector.sh @@ -94,8 +94,6 @@ sh $RDK_PATH/vm_cpu_temp-check.sh echo "Logging for Yocto platforms..." /bin/timestamp uptime -run_top_command -log_disk_usage cpu_statistics if [ -f /tmp/.top_count ]; then From d3df7b8710099207a99d0f4fa5f95a3559468451 Mon Sep 17 00:00:00 2001 From: Saranya Date: Wed, 6 May 2026 04:58:17 +0000 Subject: [PATCH 2/2] Updating system_info_collector script to log top output --- lib/rdk/system_info_collector.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rdk/system_info_collector.sh b/lib/rdk/system_info_collector.sh index c4573189..fea0ada0 100755 --- a/lib/rdk/system_info_collector.sh +++ b/lib/rdk/system_info_collector.sh @@ -93,7 +93,8 @@ sh $RDK_PATH/vm_cpu_temp-check.sh # Making echo of all the logs so that it directly goes to journal buffer to support lightsleep on HDD enabled Yocto platforms. echo "Logging for Yocto platforms..." /bin/timestamp -uptime +uptime +run_top_command cpu_statistics if [ -f /tmp/.top_count ]; then