Commit 90bc0f6
committed
Don't wait on disabled dependencies.
When not using cvdalloc, the launcher will be disabled, but since
cvdalloc is a VmmDependency, crosvm will attempt to wait on it. This
fails immediately so there isn't an actual problem except for logspam,
but we shouldn't bother to wait on disabled dependencies in the
first place.1 parent a53f91d commit 90bc0f6
File tree
2 files changed
+6
-0
lines changed- base/cvd/cuttlefish/host/libs/vm_manager
2 files changed
+6
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
515 | 518 | | |
516 | 519 | | |
517 | 520 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
254 | 257 | | |
255 | 258 | | |
256 | 259 | | |
| |||
0 commit comments