Android-cuttlefish cvd tool
|
#include <cstdint>
#include <cstdlib>
#include <string>
#include <android-base/logging.h>
#include <gflags/gflags.h>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/command_util/runner/defs.h"
#include "cuttlefish/host/libs/command_util/runner/run_cvd.pb.h"
#include "cuttlefish/host/libs/command_util/util.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{record_cvd.cc} |
Functions | |
DEFINE_int32 (instance_num, cuttlefish::GetInstance(), "Which instance to screen record.") | |
DEFINE_int32 (wait_for_launcher, 30, "How many seconds to wait for the launcher to respond to the status " "command. A value of zero means wait indefinitely.") | |
Result< void > | cuttlefish::anonymous_namespace{record_cvd.cc}::RecordCvdMain (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
DEFINE_int32 | ( | instance_num | , |
cuttlefish::GetInstance() | , | ||
"Which instance to screen record." | |||
) |
DEFINE_int32 | ( | wait_for_launcher | , |
30 | , | ||
"How many seconds to wait for the launcher to respond to the status " "command. A value of zero means wait indefinitely." | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |