|
|
@ -6,12 +6,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "common/scm_rev.h"
|
|
|
|
#include "common/scm_rev.h"
|
|
|
|
#include "core/telemetry_session.h"
|
|
|
|
#include "core/telemetry_session.h"
|
|
|
|
|
|
|
|
#include "web_services/telemetry_json.h"
|
|
|
|
|
|
|
|
|
|
|
|
namespace Core {
|
|
|
|
namespace Core {
|
|
|
|
|
|
|
|
|
|
|
|
TelemetrySession::TelemetrySession() {
|
|
|
|
TelemetrySession::TelemetrySession() {
|
|
|
|
// TODO(bunnei): Replace with a backend that logs to our web service
|
|
|
|
backend = std::make_unique<WebService::TelemetryJson>();
|
|
|
|
backend = std::make_unique<Telemetry::NullVisitor>();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Log one-time session start information
|
|
|
|
// Log one-time session start information
|
|
|
|
const auto duration{std::chrono::steady_clock::now().time_since_epoch()};
|
|
|
|
const auto duration{std::chrono::steady_clock::now().time_since_epoch()};
|
|
|
|