summaryrefslogtreecommitdiff
path: root/src/core/telemetry_session.h
diff options
context:
space:
mode:
authorzhupengfei <zhupf321@gmail.com>2019-04-19 22:02:49 +0800
committerfearlessTobi <thm.frey@gmail.com>2019-05-04 19:45:48 +0200
commit10c4f23953c12cf55afb8d7fe16c1675aa73c694 (patch)
tree47449be655f9c5d494648d9eb7c0420cb58e1995 /src/core/telemetry_session.h
parent75a8b304d464525a260f0bd8ad2a7f8708c80ed2 (diff)
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.
Diffstat (limited to 'src/core/telemetry_session.h')
-rw-r--r--src/core/telemetry_session.h1
1 files changed, 0 insertions, 1 deletions
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<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields
};
/**