Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Fixes crash on startup of hockey manager in extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat Baysangurov committed Dec 15, 2017
1 parent f882fa8 commit dc85743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/BITCrashManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ - (void) registerObservers {
self.didLogLowMemoryWarning = YES;
}
});
dispatch_resume(source);
});
} else {
self.appDidReceiveLowMemoryWarningObserver = [[NSNotificationCenter defaultCenter] addObserverForName:UIApplicationDidReceiveMemoryWarningNotification
Expand Down

0 comments on commit dc85743

Please sign in to comment.