|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/bugreport.h"#include <stdlib.h>#include <iostream>#include <string>#include <unordered_map>#include <utility>#include <vector>#include "absl/log/log.h"#include "absl/strings/str_cat.h"#include "android-base/file.h"#include "fmt/core.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/files/file_exists.h"#include "cuttlefish/flag_parser/flag.h"#include "cuttlefish/flag_parser/gflags_compat.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/cli/selector/selector.h"#include "cuttlefish/host/commands/cvd/cli/utils.h"#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"#include "cuttlefish/host/commands/cvd/instances/local_instance_group.h"#include "cuttlefish/host/commands/cvd/utils/common.h"#include "cuttlefish/host/libs/log_names/log_names.h"#include "cuttlefish/host/libs/zip/libzip_cc/archive.h"#include "cuttlefish/host/libs/zip/zip_file.h"#include "cuttlefish/process/command.h"#include "cuttlefish/process/managed_stdio.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{bugreport.cpp} |
Functions | |
| Result< std::string > | cuttlefish::anonymous_namespace{bugreport.cpp}::OutputFileFromArgs (std::vector< std::string > args) |
| Result< void > | cuttlefish::anonymous_namespace{bugreport.cpp}::AddFetchLogIfPresent (const LocalInstanceGroup &instance_group, const std::string &output_file) |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{bugreport.cpp}::kHostBugreportBin [] = "cvd_internal_host_bugreport" |
| constexpr char | cuttlefish::anonymous_namespace{bugreport.cpp}::kSummaryHelpText [] |