[ios] Added Downloader_Migration_completed statistics event.

This commit is contained in:
Ilya Grechuhin 2016-02-26 14:39:30 +03:00 committed by Sergey Yershov
parent dc16d09b9b
commit c1897c78b4
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ using namespace storage;
{
GetFramework().Migrate(!limited);
[self performSegueWithIdentifier:kDownloaderSegue sender:self];
[Statistics logEvent:kStatDownloaderMigrationCompleted];
};
auto onStatusChanged = [self, migrate](TCountryId const & countryId)

View file

@ -46,6 +46,7 @@ static NSString * const kStatDeviceType = @"Device type";
static NSString * const kStatDownloadAll = @"Download all country clicks counter";
static NSString * const kStatDownloader = @"downloader";
static NSString * const kStatDownloaderDialog = @"Downloader dialog";
static NSString * const kStatDownloaderMigrationCompleted = @"Downloader_Migration_completed";
static NSString * const kStatDownloaderMigrationDialogue = @"Downloader_Migration_dialogue";
static NSString * const kStatDownloaderMigrationStarted = @"Downloader_Migration_started";
static NSString * const kStatDownloadMap = @"Download map";