Android-cuttlefish cvd tool
Namespaces | Functions
main.cpp File Reference
#include <unistd.h>
#include <algorithm>
#include <iterator>
#include <limits>
#include <sstream>
#include <thread>
#include <vector>
#include <android-base/logging.h>
#include <gflags/gflags.h>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/host/commands/kernel_log_monitor/kernel_log_server.h"
#include "cuttlefish/host/commands/kernel_log_monitor/utils.h"
#include "cuttlefish/host/frontend/adb_connector/adb_connection_maintainer.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/logging.h"
Include dependency graph for main.cpp:

Namespaces

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

Functions

 DEFINE_string (addresses, "", "Comma-separated list of addresses to " "'adb connect' to")
 
void cuttlefish::anonymous_namespace{main.cpp}::LaunchConnectionMaintainerThread (const std::string &address)
 
std::vector< std::string > cuttlefish::anonymous_namespace{main.cpp}::ParseAddressList (std::string ports)
 
void cuttlefish::anonymous_namespace{main.cpp}::SleepForever ()
 
int cuttlefish::AdbConnectorMain (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Function Documentation

◆ DEFINE_string()

DEFINE_string ( addresses  ,
""  ,
"Comma-separated list of addresses to " "'adb connect' to"   
)

◆ main()

int main ( int  argc,
char *  argv[] 
)