forked from organicmaps/organicmaps
[alohalytics] Enabled anonymous statistic uploading.
This commit is contained in:
parent
43f58a029a
commit
95799afb3b
1 changed files with 0 additions and 4 deletions
|
@ -197,10 +197,6 @@ void Stats::Upload(TFileProcessingFinishedCallback upload_finished_callback) {
|
|||
LOG_IF_DEBUG("Warning: upload server url has not been set, nothing was uploaded.");
|
||||
return;
|
||||
}
|
||||
if (unique_client_id_event_.empty()) {
|
||||
LOG_IF_DEBUG("Warning: unique client ID has not been set, nothing was uploaded.");
|
||||
return;
|
||||
}
|
||||
LOG_IF_DEBUG("Trying to upload collected statistics to", upload_url_);
|
||||
messages_queue_.ProcessArchivedFiles(
|
||||
std::bind(&Stats::UploadFileImpl, this, std::placeholders::_1, std::placeholders::_2), upload_finished_callback);
|
||||
|
|
Loading…
Add table
Reference in a new issue