From 10c4f23953c12cf55afb8d7fe16c1675aa73c694 Mon Sep 17 00:00:00 2001 From: zhupengfei Date: Fri, 19 Apr 2019 22:02:49 +0800 Subject: core/telemetry_session: Only create the backend when we really need it The backend is not used until we decide to submit the testcase/telemetry, and creating it early prevents users from updating the credentials properly while the games are running. --- src/core/telemetry_session.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/telemetry_session.h') diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h index 023612b79..cae5a45a0 100644 --- a/src/core/telemetry_session.h +++ b/src/core/telemetry_session.h @@ -39,7 +39,6 @@ public: private: Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session - std::unique_ptr backend; ///< Backend interface that logs fields }; /** -- cgit v1.2.3