Skip to content

Add "verbose logging" option for librenderdoc build #2711

Add "verbose logging" option for librenderdoc build

Add "verbose logging" option for librenderdoc build #2711

Triggered via pull request September 9, 2024 20:14
Status Failure
Total duration 1m 19s
Artifacts

ci.yml

on: pull_request
Commit message check
6s
Commit message check
Code formatting check
1m 7s
Code formatting check
Baseline cmake check
0s
Baseline cmake check
Documentation Build
0s
Documentation Build
Android
0s
Android
Matrix: Linux
Matrix: Mac
Matrix: Windows
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Code formatting check
clang-format issues were found. See CONTRIBUTING.md for more information. diff --git a/renderdoc/core/core.cpp b/renderdoc/core/core.cpp index a1547c0..8e0f578 100644 --- a/renderdoc/core/core.cpp +++ b/renderdoc/core/core.cpp @@ -529,8 +529,8 @@ void RenderDoc::Initialise() // begin printing to stdout/stderr after this point, earlier logging is debugging // cruft that we don't want cluttering output. - // However we generally don't want to print in captured applications, since they may be outputting important - // information to stdout/stderr and being piped around and processed! + // However we generally don't want to print in captured applications, since they may be outputting + // important information to stdout/stderr and being piped around and processed! #if defined(RENDERDOC_VERBOSE_LOGGING) bool enable_log_output = true; #else
Code formatting check
Process completed with exit code 1.