Correctly send statistics without .mwm extension.

This commit is contained in:
Alex Zolotarev 2016-04-04 08:05:25 +03:00
parent a94e2d2f4d
commit ab3a978795

View file

@ -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)}}));