summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/net_log_logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/net_log_logger.h')
-rw-r--r--chrome/browser/net/net_log_logger.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/net/net_log_logger.h b/chrome/browser/net/net_log_logger.h
index 9f3ff75..1ad1244 100644
--- a/chrome/browser/net/net_log_logger.h
+++ b/chrome/browser/net/net_log_logger.h
@@ -15,6 +15,10 @@ class FilePath;
// VLOG(1) or a path specified on creation. This is to debug errors that
// prevent getting to the about:net-internals page.
//
+// When writing directly to a file rather than VLOG(1), the text file will
+// contain a single JSON object, with an extra comma on the end and missing
+// a terminal "]}".
+//
// Relies on ChromeNetLog only calling an Observer once at a time for
// thread-safety.
class NetLogLogger : public ChromeNetLog::ThreadSafeObserver {