mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
Fix installString not being added to the crash report
This commit is contained in:
parent
5a88cab36e
commit
1f96aaab5e
@ -1029,6 +1029,8 @@ NSString *const kBITFakeCrashReport = @"BITFakeCrashAppString";
|
||||
continue;
|
||||
}
|
||||
|
||||
installString = bit_appAnonID() ?: @"";
|
||||
|
||||
if (report) {
|
||||
if (report.uuidRef != NULL) {
|
||||
crashUUID = (NSString *) CFBridgingRelease(CFUUIDCreateString(NULL, report.uuidRef));
|
||||
@ -1045,8 +1047,6 @@ NSString *const kBITFakeCrashReport = @"BITFakeCrashAppString";
|
||||
}
|
||||
}
|
||||
|
||||
installString = bit_appAnonID() ?: @"";
|
||||
|
||||
if (crashes == nil) {
|
||||
crashes = [NSMutableString string];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user