Skip to main content

Module recorder

Module recorder 

Source

Structs§

Recorder
Owns the long-running child process. Sending SIGINT — not SIGKILL — is required for simctl io recordVideo to finalize a valid MP4; Rust’s Child::kill() only sends SIGKILL, so this shells out to libc::kill directly (see plan §6.2 / §3a).