()
| 473 | } |
| 474 | |
| 475 | fn camera_state_dir() -> PathBuf { |
| 476 | std::env::temp_dir().join("simdeck-camera") |
| 477 | } |
| 478 | |
| 479 | fn camera_app_log_file(udid: &str) -> PathBuf { |
| 480 | camera_state_dir().join(format!("{}.app.log", short_hash(udid))) |
no outgoing calls
no test coverage detected