Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-debug-collector
/
55e927655a1fe05b9ab1947133f87fe24bd11b17
/
.
/
tools
/
dreport.d
/
plugins.d
/
dmesginfo
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"