diff options
author | dcastagna@google.com <dcastagna@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 22:12:27 +0000 |
---|---|---|
committer | dcastagna@google.com <dcastagna@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 22:12:27 +0000 |
commit | 7e929f48631779ae0264733b1a7769712c204d42 (patch) | |
tree | 166810d325fc37cba123c79067edb3ad0a8642a9 /net/net.gyp | |
parent | b34617b77decc96de2f84bde0520a575c5d61ef7 (diff) | |
download | chromium_src-7e929f48631779ae0264733b1a7769712c204d42.zip chromium_src-7e929f48631779ae0264733b1a7769712c204d42.tar.gz chromium_src-7e929f48631779ae0264733b1a7769712c204d42.tar.bz2 |
Adding logging functionality to the utility gdig
Added a new class FileNetLog that extends NetLog and prints all the events received on a stream.
The utility gdig has been modified accordingly to use this new class for logging HostResolver events and print them out on the stderr.
BUG=128212
TEST=build and run gdig with the parameter --net_log
Review URL: https://chromiumcodereview.appspot.com/10536117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141991 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index c10b786..5acb4ea 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1620,6 +1620,7 @@ 'net', ], 'sources': [ + 'tools/gdig/file_net_log.cc', 'tools/gdig/gdig.cc', ], }, |