6 <meta name=
"viewport" content=
"width=device-width">
8 <script src=
"chrome://resources/js/util.js"></script>
9 <script src=
"chrome://resources/js/cr.js"></script>
10 <script src=
"chrome://net-export/net_export.js"></script>
11 <link rel=
"stylesheet" href=
"net_export.css">
14 <h2>NetLog Export
</h2>
15 <div id=
"net-export-main">
18 <input id=
"export-view-private-data-toggle"
19 type=
"checkbox" checked disabled
>
20 Strip private information (cookies and credentials)
24 <button id=
"export-view-start-data" disabled
>
26 <div class=
"warning" id=
"export-view-deletes-log-text" hidden
>
32 <button id=
"export-view-stop-data" disabled
>Stop Logging
</button>
35 <button id=
"export-view-send-data" disabled
>
37 <div class=
"warning" id=
"export-view-private-data-text" hidden
>
38 Log contains private information
40 <div class=
"warning" id=
"export-view-send-old-log-text" hidden
>
41 Log file from previous session
45 <pre id=
"export-view-file-path-text"></pre>
47 <b>INSTRUCTIONS
</b>: Start logging, reproduce the problem,
48 and then stop logging. Make sure to send the email before
49 starting to log again. Otherwise, the log will be deleted.
53 <a href=
"chrome://net-internals" target=
"_blank">net-internals
</a>
57 <span class=
"warning">WARNING
</span>: Logs contain a list of sites visited
58 from when logging started to when logging stopped. They may also contain
59 general network configuration information, such as DNS and proxy
60 configuration. If private information is not stripped, the logs also
61 contain cookies and credentials.