Commit 7801c18
Log exception in GetEmulatorAvdNameAsync bare catch block
Address review feedback: replace bare catch with catch(Exception ex)
and log via Trace.WriteLine for debuggability.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9c9b885 commit 7801c18
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments