blob: a5b98e0f9da07d28fc06f94d19ee7ad8e4dc27eb [file] [log] [blame]
#!/bin/bash
#
# config: 2 20
# @brief: Collect dmesg information.
#
. $DREPORT_INCLUDE/functions
desc="dmesg"
file_name="dmesg.log"
command="dmesg"
add_cmd_output "$command" "$file_name" "$desc"