Android-cuttlefish cvd tool
|
#include <signal.h>
#include <gflags/gflags.h>
#include <android-base/logging.h>
#include "cuttlefish/common/libs/fs/shared_buf.h"
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/logging.h"
Functions | |
DEFINE_int32 (log_pipe_fd, -1, "A file descriptor representing a (UNIX) socket from which to " "read the logs. If -1 is given the socket is created according to " "the instance configuration") | |
int | main (int argc, char **argv) |
DEFINE_int32 | ( | log_pipe_fd | , |
- | 1, | ||
"A file descriptor representing a (UNIX) socket from which to " "read the logs. If -1 is given the socket is created according to " "the instance configuration" | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |