Skip to content

Commit 00fc54d

Browse files
Copilotjfversluis
andauthored
Print simulator boot status output for diagnostic visibility (#33049)
* Initial plan * Print simulator boot status output for diagnostics Co-authored-by: jfversluis <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jfversluis <[email protected]>
1 parent 6325157 commit 00fc54d

File tree

1 file changed

+3
-0
lines changed
  • src/TestUtils/src/Microsoft.Maui.IntegrationTests/Apple

1 file changed

+3
-0
lines changed

src/TestUtils/src/Microsoft.Maui.IntegrationTests/Apple/Simulator.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ bool WaitForSimulatorReady(int timeoutInSeconds = 60)
3939
if (exitCode == 0)
4040
return true;
4141

42+
// Print diagnostic output to help troubleshoot boot issues
43+
TestContext.WriteLine($"Simulator not ready yet: {output}");
44+
4245
// Wait a bit before checking again
4346
System.Threading.Thread.Sleep(2000);
4447
}

0 commit comments

Comments
 (0)