Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/process_restarter/parser.h"
#include <iostream>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/flag_parser.h"
#include "cuttlefish/common/libs/utils/result.h"
Namespaces | |
namespace | cuttlefish |
Variables | |
static constexpr char | cuttlefish::kIgnoreSigtstpHelp [] |
static constexpr char | cuttlefish::kWhenDumpedHelp [] = "restart when the process crashed" |
static constexpr char | cuttlefish::kWhenKilledHelp [] = "restart when the process was killed" |
static constexpr char | cuttlefish::kWhenExitedWithFailureHelp [] |
static constexpr char | cuttlefish::kWhenExitedWithCodeHelp [] |
static constexpr char | cuttlefish::kHelp [] |