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

Unified Diff: third_party/libjingle/overrides/talk/base/logging.h

Issue 14329020: Implementing uploading of a WebRTC diagnostic log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed pre-submit warnings/errors (including adding bzip2 to content/browser DEPS). Created 7 years, 8 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
Index: third_party/libjingle/overrides/talk/base/logging.h
diff --git a/third_party/libjingle/overrides/talk/base/logging.h b/third_party/libjingle/overrides/talk/base/logging.h
index 9f313fc1c7f0875417f4806208506a7177ae8622..99461b70844a8860666376bc079f7f8ca19d34a3 100644
--- a/third_party/libjingle/overrides/talk/base/logging.h
+++ b/third_party/libjingle/overrides/talk/base/logging.h
@@ -187,7 +187,8 @@ void RemoveWebRtcLoggingDelegate();
#define LOG_V(sev) VLOG(sev)
#undef LOG
-#define LOG(sev) LOG_V(talk_base::sev)
+//#define LOG(sev) LOG_V(talk_base::sev)
+#define LOG(sev) DIAGNOSTIC_LOG(talk_base::sev)
// The _F version prefixes the message with the current function name.
#if defined(__GNUC__) && defined(_DEBUG)
« content/browser/webrtc_log_manager.cc ('K') | « content/public/browser/content_browser_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698