Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-07-27 12:48:46 -04:00
parent 465711c2cb
commit e5c0fa89d6
3 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,9 @@ import commands
import re
# This script is used to extract analytics event names from the codebase,
# and convert them to constants in OWSAnalyticsEvents.
git_repo_path = os.path.abspath(subprocess.check_output(['git', 'rev-parse', '--show-toplevel']).strip())

View File

@ -8,6 +8,8 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)init NS_UNAVAILABLE;
// The code between these markers is code-generated by:
// SignalServiceKit/Utilities/extract_analytics_event_names.py
#pragma mark - Code Generation Marker
+ (NSString *)accountsErrorRegisterPushTokensFailed;

View File

@ -8,6 +8,8 @@ NS_ASSUME_NONNULL_BEGIN
@implementation OWSAnalyticsEvents
// The code between these markers is code-generated by:
// SignalServiceKit/Utilities/extract_analytics_event_names.py
#pragma mark - Code Generation Marker
+ (NSString *)accountsErrorRegisterPushTokensFailed