Android-cuttlefish cvd tool
Classes | Namespaces | Functions | Variables
bugreport.cpp File Reference
#include "cuttlefish/host/commands/cvd/cli/commands/bugreport.h"
#include <signal.h>
#include <stdlib.h>
#include <functional>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <fmt/core.h>
#include "android-base/file.h"
#include "android-base/logging.h"
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/flag_parser.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/common/libs/utils/users.h"
#include "cuttlefish/host/commands/cvd/cli/command_request.h"
#include "cuttlefish/host/commands/cvd/cli/commands/command_handler.h"
#include "cuttlefish/host/commands/cvd/cli/interruptible_terminal.h"
#include "cuttlefish/host/commands/cvd/cli/selector/selector.h"
#include "cuttlefish/host/commands/cvd/cli/types.h"
#include "cuttlefish/host/commands/cvd/cli/utils.h"
#include "cuttlefish/host/commands/cvd/instances/instance_group_record.h"
#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"
#include "cuttlefish/host/commands/cvd/utils/common.h"
#include "cuttlefish/host/libs/zip/zip_cc.h"
#include "cuttlefish/host/libs/zip/zip_file.h"
Include dependency graph for bugreport.cpp:

Classes

class  cuttlefish::anonymous_namespace{bugreport.cpp}::CvdBugreportCommandHandler
 

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::anonymous_namespace{bugreport.cpp}
 

Functions

Result< std::string > cuttlefish::anonymous_namespace{bugreport.cpp}::OutputFileFromArgs (cvd_common::Args args)
 
Result< void > cuttlefish::anonymous_namespace{bugreport.cpp}::AddFetchLogIfPresent (const LocalInstanceGroup &instance_group, const std::string &output_file)
 
std::unique_ptr< CvdCommandHandler > cuttlefish::NewCvdBugreportCommandHandler (InstanceManager &instance_manager)
 

Variables

constexpr char cuttlefish::anonymous_namespace{bugreport.cpp}::kSummaryHelpText []