| 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_);
|
|
|