Commit 5f51729
bootstrap: move event loop handle checking into snapshot builder
This is only necessary for the snapshot builder (because we
have no way to resurrect the handles at the moment). In addition,
print the handles if the debug flag is set or if the queues
are not empty after snapshot is created.
PR-URL: #39007
Refs: #35711
Refs: #38905
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent 9d100aa commit 5f51729Copy full SHA for 5f51729
File tree
Expand file treeCollapse file tree
2 files changed
+15
-2
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
2 files changed
+15
-2
lines changedOpen diff view settings
Collapse file
-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
224 | 224 | |
225 | 225 | |
226 | 226 | |
227 | | - |
228 | | - |
229 | 227 | |
230 | 228 | |
231 | 229 | |
|
Collapse file
+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
157 | 157 | |
158 | 158 | |
159 | 159 | |
| 160 | + |
| 161 | + |
| 162 | + |
160 | 163 | |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
161 | 176 | |
162 | 177 | |
163 | 178 | |
|
0 commit comments