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

Unified Diff: remoting/webapp/crd/js/log_to_server.js

Issue 1066003007: Include application ID in log entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to pick up latest changes. Created 5 years, 8 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
« no previous file with comments | « no previous file | remoting/webapp/crd/js/server_log_entry.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/log_to_server.js
diff --git a/remoting/webapp/crd/js/log_to_server.js b/remoting/webapp/crd/js/log_to_server.js
index ad0742bcade61030e3b495d855a71b24bfc38fa6..7e5b2c831eba69e9264e4b09d577b0ddb03bceb5 100644
--- a/remoting/webapp/crd/js/log_to_server.js
+++ b/remoting/webapp/crd/js/log_to_server.js
@@ -180,6 +180,7 @@ remoting.LogToServer.prototype.log_ = function(entry) {
(new Date().getTime() - this.sessionStartTime_ -
this.authTotalTime_) / 1000.0;
entry.addSessionDuration(sessionDurationInSeconds);
+ entry.addApplicationId();
// The host-version will be blank for logs before a session has been created.
// For example, the signal-strategy log-entries won't have host version info.
entry.addHostVersion(this.hostVersion_);
« no previous file with comments | « no previous file | remoting/webapp/crd/js/server_log_entry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698