Skip to content
Merged

Sync #540

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/rdk/core_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions lib/rdk/system_info_collector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +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
log_disk_usage
cpu_statistics

if [ -f /tmp/.top_count ]; then
Expand Down
Loading