blob: a5b98e0f9da07d28fc06f94d19ee7ad8e4dc27eb [file] [log] [blame]
Jayanth Othayoth18be42d2022-02-23 07:07:05 -06001#!/bin/bash
2#
3# config: 2 20
4# @brief: Collect dmesg information.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="dmesg"
10file_name="dmesg.log"
11command="dmesg"
12
13add_cmd_output "$command" "$file_name" "$desc"