mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-15 22:32:11 +08:00
bootlog: monotonic ts for journalctl
This commit is contained in:
@@ -27,7 +27,7 @@ static kj::Array<capnp::word> build_boot_log() {
|
||||
|
||||
// Gather output of commands
|
||||
std::vector<std::string> bootlog_commands = {
|
||||
"[ -x \"$(command -v journalctl)\" ] && journalctl",
|
||||
"[ -x \"$(command -v journalctl)\" ] && journalctl -o short-monotonic",
|
||||
};
|
||||
|
||||
if (Hardware::TICI()) {
|
||||
|
||||
Reference in New Issue
Block a user