-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.2.0] Treat an IOException while logging a spawn as an error instea…
…d of a warning. (#22253) Although failing to write a log does not in principle affect the ability to build successfully, treating it as a warning hides problems and makes debugging them difficult (see e.g. #21820). Spawn log implementations must be able to inspect the spawn inputs even if they're not present on disk (when building without the bytes) by using in-memory data. PiperOrigin-RevId: 631042310 Change-Id: Iabe48e524dcd77bc434037c3396956f30174f57f
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters