|
|
@ -11,8 +11,8 @@ static kj::Array<capnp::word> build_boot_log() { |
|
|
|
if (Hardware::TICI()) { |
|
|
|
if (Hardware::TICI()) { |
|
|
|
bootlog_commands.push_back("journalctl"); |
|
|
|
bootlog_commands.push_back("journalctl"); |
|
|
|
bootlog_commands.push_back("sudo nvme smart-log --output-format=json /dev/nvme0"); |
|
|
|
bootlog_commands.push_back("sudo nvme smart-log --output-format=json /dev/nvme0"); |
|
|
|
} else if(Hardware::EON()) { |
|
|
|
} else if (Hardware::EON()) { |
|
|
|
bootlog_commands.push_back("logcat"); |
|
|
|
bootlog_commands.push_back("logcat -d"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
MessageBuilder msg; |
|
|
|
MessageBuilder msg; |
|
|
|