Android-cuttlefish cvd tool
Classes | Variables
cuttlefish::anonymous_namespace{snapshot.cpp} Namespace Reference

Classes

class  CvdSnapshotCommandHandler
 

Variables

constexpr char kSummaryHelpText []
 
constexpr char kDetailedHelpText []
 

Variable Documentation

◆ kDetailedHelpText

constexpr char cuttlefish::anonymous_namespace{snapshot.cpp}::kDetailedHelpText[]
constexpr
Initial value:
=
R"(Cuttlefish Virtual Device (CVD) CLI.
Suspend/resume the cuttlefish device, or take snapshot of the device
usage: cvd [selector flags] suspend/resume/snapshot_take [--help]
Common:
Selector Flags:
--group_name=<name> The name of the instance group
--snapshot_path=<path>> Directory that contains saved snapshot files
Crosvm:
--snapshot_compat Tells the device to be snapshot-compatible
The device to be created is checked if it is
compatible with snapshot operations
QEMU:
No QEMU-specific arguments at the moment
)"

◆ kSummaryHelpText

constexpr char cuttlefish::anonymous_namespace{snapshot.cpp}::kSummaryHelpText[]
constexpr
Initial value:
=
"Suspend/resume the cuttlefish device, or take snapshot of the device"