|
Android-cuttlefish cvd tool
|
Functions | |
| bool | IsGroupLevelLog (const std::string &log_name) |
| std::vector< std::string > | RemoveInaccessibleFilenames (std::vector< std::string > filenames) |
| Result< void > | PrintLogsList (const std::vector< std::pair< LocalInstanceGroup, std::vector< LocalInstance > > > &found_instances) |
| Result< void > | PrintLog (const std::string &filename, const bool use_pager) |
| Result< void > | PrintLogsTree (const std::vector< std::pair< LocalInstanceGroup, std::vector< LocalInstance > > > &found_instances) |
Variables | |
| constexpr char | kSummaryHelpText [] = "List and display log files" |
| bool cuttlefish::anonymous_namespace{logs.cpp}::IsGroupLevelLog | ( | const std::string & | log_name | ) |
| Result< void > cuttlefish::anonymous_namespace{logs.cpp}::PrintLog | ( | const std::string & | filename, |
| const bool | use_pager | ||
| ) |
| Result< void > cuttlefish::anonymous_namespace{logs.cpp}::PrintLogsList | ( | const std::vector< std::pair< LocalInstanceGroup, std::vector< LocalInstance > > > & | found_instances | ) |
| Result< void > cuttlefish::anonymous_namespace{logs.cpp}::PrintLogsTree | ( | const std::vector< std::pair< LocalInstanceGroup, std::vector< LocalInstance > > > & | found_instances | ) |
| std::vector< std::string > cuttlefish::anonymous_namespace{logs.cpp}::RemoveInaccessibleFilenames | ( | std::vector< std::string > | filenames | ) |
|
constexpr |