(udid: &str)
| 477 | } |
| 478 | |
| 479 | fn camera_app_log_file(udid: &str) -> PathBuf { |
| 480 | camera_state_dir().join(format!("{}.app.log", short_hash(udid))) |
| 481 | } |
| 482 | |
| 483 | fn injected_bundles_file(udid: &str) -> PathBuf { |
| 484 | camera_state_dir().join(format!("{}.bundles.json", short_hash(udid))) |
no test coverage detected