forked from organicmaps/organicmaps-tmp
[traffic] Writing to aloha information about reconnect fact in case of problems with writing to the track socket.
This commit is contained in:
parent
f52f39c4bb
commit
a99321d02d
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "platform/platform.hpp"
|
||||
#include "platform/socket.hpp"
|
||||
|
||||
#include "3party/Alohalytics/src/alohalytics.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
uint32_t constexpr kSocketTimeoutMs = 10000;
|
||||
|
@ -25,6 +27,8 @@ Connection::Connection(unique_ptr<platform::Socket> socket, string const & host,
|
|||
// TODO: implement handshake
|
||||
bool Connection::Reconnect()
|
||||
{
|
||||
alohalytics::Stats::Instance().LogEvent("TrafficTrack_reconnect");
|
||||
|
||||
if (!m_socket)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue