From a0a5f35072e72f2a865a7108029b8239810f0834 Mon Sep 17 00:00:00 2001 From: deanlee Date: Wed, 15 Dec 2021 03:29:54 +0800 Subject: [PATCH] continue --- selfdrive/loggerd/bootlog.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/loggerd/bootlog.cc b/selfdrive/loggerd/bootlog.cc index 0931694054..478eb16852 100644 --- a/selfdrive/loggerd/bootlog.cc +++ b/selfdrive/loggerd/bootlog.cc @@ -11,8 +11,8 @@ static kj::Array build_boot_log() { if (Hardware::TICI()) { bootlog_commands.push_back("journalctl"); bootlog_commands.push_back("sudo nvme smart-log --output-format=json /dev/nvme0"); - } else if(Hardware::EON()) { - bootlog_commands.push_back("logcat"); + } else if (Hardware::EON()) { + bootlog_commands.push_back("logcat -d"); } MessageBuilder msg;