pull/23217/head
deanlee 4 years ago
parent a05f096167
commit a0a5f35072
  1. 4
      selfdrive/loggerd/bootlog.cc

@ -11,8 +11,8 @@ static kj::Array<capnp::word> 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;

Loading…
Cancel
Save