@ -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;