Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2098)

Unified Diff: remoting/client/client_telemetry_logger.h

Issue 2753963002: Refactoring and rewriting the chromoting jni instance to be chromoting session. (Closed)
Patch Set: Fixed feedback. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698