mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
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:
parent
4d414b78f4
commit
ddf16f7062
@ -936,7 +936,7 @@ NSString *const kBITFakeCrashReport = @"BITFakeCrashAppString";
|
|||||||
if (self.didReceiveMemoryWarningInLastSession) {
|
if (self.didReceiveMemoryWarningInLastSession) {
|
||||||
[fakeReportString appendString:@" The app received at least one Low Memory Warning."];
|
[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]];
|
NSString *fakeReportFilename = [NSString stringWithFormat: @"%.0f", [NSDate timeIntervalSinceReferenceDate]];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user