|
Android-cuttlefish cvd tool
|
#include <stdlib.h>#include <chrono>#include <string>#include "absl/log/log.h"#include "gflags/gflags.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/host/libs/config/config_utils.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/screen_recording_controls/screen_recording_controls.h"#include "cuttlefish/result/result.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[] | ||
| ) |