forked from organicmaps/organicmaps-tmp
Correctly send statistics without .mwm extension.
This commit is contained in:
parent
a94e2d2f4d
commit
ab3a978795
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ void Storage::OnMapDownloadFinished(TCountryId const & countryId, bool success,
|
|||
("This method should not be called for empty files set."));
|
||||
{
|
||||
alohalytics::LogEvent("$OnMapDownloadFinished",
|
||||
alohalytics::TStringMap({{"name", GetCountryFile(countryId).GetName()},
|
||||
alohalytics::TStringMap({{"name", countryId},
|
||||
{"status", success ? "ok" : "failed"},
|
||||
{"version", strings::to_string(GetCurrentDataVersion())},
|
||||
{"option", DebugPrint(files)}}));
|
||||
|
|
Loading…
Add table
Reference in a new issue