-
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.
Make
InstrumentationOutput
framework support relative to `TEMP_LOGG…
…ING_DIRECTORY` In more details: * A new `PathToReplace#Type` enum value (`TEMP_LOGGING_DIRECTORY`) is added. * `localTempLoggingDirPathStr` can be injected into `InstrumentationOutputFactory`. * For local output, blaze crashes if relative to type is `TEMP_LOGGING_DIRECTORY` but `localTempLoggingDirPathStr` is not provided. * `createInstrumentationOutput()` might optionally take in `createParent` flag, which defaults to `false`. PiperOrigin-RevId: 710150887 Change-Id: Ic08d3966441b1b9b6db951ec7edbfaf28d980946
- Loading branch information
1 parent
7ef1df1
commit c13c669
Showing
3 changed files
with
95 additions
and
15 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
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