Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Unified Diff: syzygy/application/application_impl.h

Issue 1269553002: Create a utility for running executables in LAA mode. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | syzygy/runlaa/runlaa.gyp » ('j') | syzygy/runlaa/runlaa_app.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/application/application_impl.h
diff --git a/syzygy/application/application_impl.h b/syzygy/application/application_impl.h
index 016ae60426397cf356b989e0c7b4e1f0008fd074..a6872a642a3846281e3eed27925d8d6f0e80d07a 100644
--- a/syzygy/application/application_impl.h
+++ b/syzygy/application/application_impl.h
@@ -85,6 +85,9 @@ bool Application<Impl, kInitLogging>::InitializeLogging() {
logging::SetMinLogLevel(-::abs(value));
}
+ if (command_line_->HasSwitch("quiet"))
+ logging::SetMinLogLevel(logging::LOG_ERROR);
+
return true;
}
« no previous file with comments | « no previous file | syzygy/runlaa/runlaa.gyp » ('j') | syzygy/runlaa/runlaa_app.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698