Index: components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java |
diff --git a/components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java b/components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java |
index f0207ec822c77549706197060b93ad19e373af9a..03246f4ac7db3c5c78199ed631f026a84e52d9c6 100644 |
--- a/components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java |
+++ b/components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java |
@@ -77,8 +77,8 @@ public class ChromiumUrlRequestContext { |
} |
/** |
- * Starts NetLog logging to a file. The NetLog log level used is |
- * LOG_ALL_BUT_BYTES. |
+ * Starts NetLog logging to a file. The NetLog capture mode is |
+ * NetLogCaptureMode::Default(). |
mmenke
2015/04/22 18:52:17
IncludeCookiesAndCredentials(). But no cake. :(
eroman
2015/04/22 20:01:47
Actually this was intentional -- the existing comm
mmenke
2015/04/22 20:08:35
Ahh, right. I thought I checked by that by lookin
|
* @param fileName The complete file path. It must not be empty. If file |
* exists, it is truncated before starting. If actively logging, |
* this method is ignored. |