修正格式问题.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-12-28 12:43:51 +08:00
parent cc48f2102c
commit e0c097b422
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ static int bootchart_init() {
if (timeout > BOOTCHART_MAX_TIME_SEC) if (timeout > BOOTCHART_MAX_TIME_SEC)
timeout = BOOTCHART_MAX_TIME_SEC; timeout = BOOTCHART_MAX_TIME_SEC;
... ...
} }
static int bootchart_step() { static int bootchart_step() {
do_log_file(log_stat, "/proc/stat"); do_log_file(log_stat, "/proc/stat");