mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-16 10:30:08 +00:00
Fix formatting of appname in crash reports
Fixes highlights on HockeyApp backend of apps with special chars in their name
This commit is contained in:
parent
ccd04e1bcd
commit
aa5e68536d
@ -1327,8 +1327,8 @@ static PLCrashReporterCallbacks plCrashCallbacks = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
crashXML = [NSString stringWithFormat:@"<crashes><crash><applicationname>%s</applicationname><uuids>%@</uuids><bundleidentifier>%@</bundleidentifier><systemversion>%@</systemversion><platform>%@</platform><senderversion>%@</senderversion><version>%@</version><uuid>%@</uuid><log><![CDATA[%@]]></log><userid>%@</userid><username>%@</username><contact>%@</contact><installstring>%@</installstring><description><![CDATA[%@]]></description></crash></crashes>",
|
crashXML = [NSString stringWithFormat:@"<crashes><crash><applicationname>%@</applicationname><uuids>%@</uuids><bundleidentifier>%@</bundleidentifier><systemversion>%@</systemversion><platform>%@</platform><senderversion>%@</senderversion><version>%@</version><uuid>%@</uuid><log><![CDATA[%@]]></log><userid>%@</userid><username>%@</username><contact>%@</contact><installstring>%@</installstring><description><![CDATA[%@]]></description></crash></crashes>",
|
||||||
[[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleExecutable"] UTF8String],
|
[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleExecutable"],
|
||||||
appBinaryUUIDs,
|
appBinaryUUIDs,
|
||||||
appBundleIdentifier,
|
appBundleIdentifier,
|
||||||
osVersion,
|
osVersion,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user