Skip to content

Commit

Permalink
Merge pull request #46 from natan/system-version-with-build
Browse files Browse the repository at this point in the history
Include system build version in email body
  • Loading branch information
NickEntin committed Jul 24, 2020
2 parents a5b1851 + b990017 commit 38b0c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aardvark/ARKEmailBugReporter.m
Expand Up @@ -170,7 +170,7 @@ - (instancetype)initWithEmailAddress:(NSString *)emailAddress logStore:(ARKLogSt
@"2. \n"
@"3. \n"
@"\n"
@"System version: %@", [[UIDevice currentDevice] systemVersion]];
@"System: %@", [[NSProcessInfo processInfo] operatingSystemVersionString]];

_logFormatter = [ARKDefaultLogFormatter new];
_numberOfRecentErrorLogsToIncludeInEmailBodyWhenAttachmentsAreAvailable = 3;
Expand Down

0 comments on commit 38b0c67

Please sign in to comment.