blob: 5b1696979fea553c1e1b98b77988a7b6eda8895f [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/crash_reports/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::crash_reports {
int main() {
syslog::SetTags({"forensics", "crash"});
return ::forensics::feedback::migration_shell::internal::main<
fuchsia::feedback::internal::CrashReportsDirectoryMigrator>();
}
} // namespace forensics::crash_reports