blob: 51cd3a0ef2bd4fc04065386c5d3e23f28d8b2585 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/developer/forensics/last_reboot/main.h"
#include <fuchsia/feedback/internal/cpp/fidl.h>
#include <lib/syslog/cpp/log_settings.h>
#include "src/developer/forensics/feedback/migration/shell/main.h"
namespace forensics::last_reboot {
int main() {
syslog::SetTags({"forensics", "reboot"});
return ::forensics::feedback::migration_shell::internal::main<
fuchsia::feedback::internal::LastRebootDirectoryMigrator>();
}
} // namespace forensics::last_reboot