Chromium Code Reviews| Index: remoting/client/client_telemetry_logger.h |
| diff --git a/remoting/client/client_telemetry_logger.h b/remoting/client/client_telemetry_logger.h |
| index fdbe211c0f78823676939e39ca61cfd547833eb2..7bef518026d90ca7eb2864d3b714cfc4bdc23563 100644 |
| --- a/remoting/client/client_telemetry_logger.h |
| +++ b/remoting/client/client_telemetry_logger.h |
| @@ -59,6 +59,9 @@ class ClientTelemetryLogger { |
| // Generates a new random session ID. |
| void GenerateSessionId(); |
| + // Print Log Statistics. |
|
Lambros
2017/04/05 01:31:19
Remove comment, or document where the stats get "p
nicholss
2017/04/05 17:24:26
Done.
|
| + void PrintLogStatistics(protocol::PerformanceTracker* perf_tracker); |
| + |
| // If not session ID has been set, simply generates a new one without sending |
| // any logs, otherwise expire the session ID if the maximum duration has been |
| // exceeded, and sends SessionIdOld and SessionIdNew events describing the |