Skip to content

Commit

Permalink
hw-mgmt: dump: Add package version to debug dump
Browse files Browse the repository at this point in the history
Add hw-mgmt package version to debug dump

Signed-off-by: Oleksandr Shamray <[email protected]>
  • Loading branch information
sholeksandr committed Sep 4, 2024
1 parent 98480e1 commit c9ebb4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/usr/bin/hw-management-generate-dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ dump_cmd "lspci -vvv" "lspci" "5"
dump_cmd "top -SHb -n 1 | tail -n +8 | sort -nrk 11" "top" "5"
dump_cmd "iio_info" "iio_info" "5"
dump_cmd "cat $REGMAP_FILE 2>/dev/null" "cpld_dump" "5"
dump_cmd "dpkg -l | grep hw-management" "hw-management_version" "5"

# Kill all the leftout child processes before creating the dump archive
pkill -P $dump_process_pid
Expand Down

0 comments on commit c9ebb4d

Please sign in to comment.