mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Disable on device symbolication by default and add a property to enable it
This commit is contained in:
@@ -166,6 +166,20 @@ typedef NS_ENUM(NSUInteger, BITCrashManagerStatus) {
|
||||
@property (nonatomic, assign, getter=isMachExceptionHandlerEnabled) BOOL enableMachExceptionHandler;
|
||||
|
||||
|
||||
/**
|
||||
* Enable on device symbolication for system symbols
|
||||
*
|
||||
* By default, the SDK does not symbolicate on the device, since this can
|
||||
* take a few seconds at each crash. Also note that symbolication on the
|
||||
* device might not be able to retrieve all symbols.
|
||||
*
|
||||
* Enable if you want to analyze crashes on unreleased OS versions.
|
||||
*
|
||||
* Default: _NO_
|
||||
*/
|
||||
@property (nonatomic, assign, getter=isOnDeviceSymbolicationEnabled) BOOL enableOnDeviceSymbolication;
|
||||
|
||||
|
||||
/**
|
||||
* Set the callbacks that will be executed prior to program termination after a crash has occurred
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user