| Index: components/cronet/android/api/src/org/chromium/net/CronetEngine.java
|
| diff --git a/components/cronet/android/api/src/org/chromium/net/CronetEngine.java b/components/cronet/android/api/src/org/chromium/net/CronetEngine.java
|
| index b92afc308b3324320f0d747cd1216360dc670bcf..07e04b493ea29e9036187efbaee296b5493f3616 100644
|
| --- a/components/cronet/android/api/src/org/chromium/net/CronetEngine.java
|
| +++ b/components/cronet/android/api/src/org/chromium/net/CronetEngine.java
|
| @@ -728,7 +728,8 @@ public abstract class CronetEngine {
|
| public abstract void shutdown();
|
|
|
| /**
|
| - * Starts NetLog logging to a file. The NetLog is useful for debugging.
|
| + * Starts NetLog logging to a file. The NetLog will contain events emitted
|
| + * by all live CronetEngines. The NetLog is useful for debugging.
|
| * The file can be viewed using a Chrome browser navigated to
|
| * chrome://net-internals/#import
|
| * @param fileName the complete file path. It must not be empty. If the file
|
|
|