mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Updated manager for quincy logging and new delegate
This commit is contained in:
parent
f20b89168d
commit
b3e7239ed1
@ -80,6 +80,9 @@
|
||||
// user for an app rating :)
|
||||
- (void)willShowSubmitCrashReportAlert;
|
||||
|
||||
// Invoked after the user did choose to send crashes always in the alert
|
||||
-(void) userDidChooseSendAlways;
|
||||
|
||||
@end
|
||||
|
||||
@interface CNSHockeyManager : NSObject {
|
||||
|
@ -145,10 +145,12 @@
|
||||
|
||||
- (BOOL)isLoggingEnabled {
|
||||
return [[BWHockeyManager sharedHockeyManager] isLoggingEnabled];
|
||||
return [[BWQuincyManager sharedQuincyManager] isLoggingEnabled];
|
||||
}
|
||||
|
||||
- (void)setLoggingEnabled:(BOOL)loggingEnabled {
|
||||
return [[BWHockeyManager sharedHockeyManager] setLoggingEnabled:loggingEnabled];
|
||||
return [[BWQuincyManager sharedQuincyManager] setLoggingEnabled:loggingEnabled];
|
||||
}
|
||||
|
||||
#pragma mark - Public Instance Methods (Crash Reporting)
|
||||
|
Loading…
x
Reference in New Issue
Block a user