Add a new line at the end of the application specific information string to be considered by the servers grouping

This commit is contained in:
Andreas Linde 2014-02-10 13:30:46 +01:00
parent 4d414b78f4
commit ddf16f7062

View File

@ -936,7 +936,7 @@ NSString *const kBITFakeCrashReport = @"BITFakeCrashAppString";
if (self.didReceiveMemoryWarningInLastSession) {
[fakeReportString appendString:@" The app received at least one Low Memory Warning."];
}
[fakeReportString appendString:@"\n"];
[fakeReportString appendString:@"\n\n"];
NSString *fakeReportFilename = [NSString stringWithFormat: @"%.0f", [NSDate timeIntervalSinceReferenceDate]];