Home
last modified time | relevance | path

Searched refs:gpu_capture_command (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp909 Command gpu_capture_command(instance.gpu_capture_binary()); in StartCommands() local
924 gpu_capture_command.AddParameter("--exe=", crosvm_wrapper_path); in StartCommands()
925 gpu_capture_command.AddParameter("--launch-detached"); in StartCommands()
926 gpu_capture_command.AddParameter("--verbose"); in StartCommands()
927 gpu_capture_command.AddParameter("--activity=Frame Debugger"); in StartCommands()
934 gpu_capture_command.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, in StartCommands()
936 gpu_capture_command.RedirectStdIO(Subprocess::StdIOChannel::kStdErr, in StartCommands()
940 commands.emplace_back(std::move(gpu_capture_command)); in StartCommands()