commit | 4dd9b4d95eec9db5338fb9bf132f9bb8facf6cf4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 12 18:29:24 2011 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Dec 13 08:23:08 2011 -0800 |
tree | f9dc6f6e6a55acea3a08f1f568ae6900c1dd7dd1 | |
parent | 20a409c99a649a01cb7c65bd1089988445d8cdfd [diff] [blame] |
Clean up verbose logging. Change-Id: I6b01980e7145c4f8d25a5b50f620903f61a1b427
diff --git a/src/logging.cc b/src/logging.cc index 34e5e8d..4f1ae55 100644 --- a/src/logging.cc +++ b/src/logging.cc
@@ -22,6 +22,8 @@ namespace art { +LogVerbosity gLogVerbosity; + art::Mutex& GetLoggingLock() { static art::Mutex lock("LogMessage lock"); return lock;