bitstadium / HockeySDK-iOS

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.
https://github.com/microsoft/appcenter-sdk-apple
Other
597 stars 268 forks source link

App Hangs when MetricsManager is disabled and exception is thrown #301

Closed DangMH closed 8 years ago

DangMH commented 8 years ago

Repro Project

TestHockeyApp.NativeiOS.zip

Repro Steps

  1. Start app
  2. Press 'Throw Exception'
  3. Verify app hangs

    Notes

Occurs when MetricsManager is disabled before the manager is started:

    [[BITHockeyManager sharedHockeyManager] configureWithIdentifier:@"Your-App-Id"];
    [[BITHockeyManager sharedHockeyManager] setDisableMetricsManager:YES];
    [[BITHockeyManager sharedHockeyManager] startManager];
ghost commented 8 years ago

Fixed via #302