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

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: 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)
Jói 2013/04/26 12:55:10 I presume this is temporary?
Henrik Grunell 2013/04/29 17:58:19 Yes.
+#define LOG(sev) DIAGNOSTIC_LOG(talk_base::sev)
// The _F version prefixes the message with the current function name.
#if defined(__GNUC__) && defined(_DEBUG)

Powered by Google App Engine
This is Rietveld 408576698