(dir: string | null)
| 276 | } |
| 277 | |
| 278 | export function setSimulatorLogDirOverrideForTests(dir: string | null): void { |
| 279 | logDirOverrideForTests = dir; |
| 280 | } |
| 281 | |
| 282 | async function resolveAppPidViaLaunch( |
| 283 | simulatorUuid: string, |
no outgoing calls
no test coverage detected