You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
In addition to this you should always ask your users if they agree to send crash reports, send them
351
351
always or not and return the result when calling `handleUserInput:withUserProvidedCrashDescription`.
352
352
353
-
@param alertViewHandler A block that is responsible for loading, presenting and and dismissing your custom user interface which prompts the user if he wants to send crash reports. The block is also responsible for triggering further processing of the crash reports.
353
+
@param alertViewHandler A block that is responsible for loading, presenting and and dismissing your custom user interface which prompts the user if they want to send crash reports. The block is also responsible for triggering further processing of the crash reports.
354
354
355
355
@warning This is not available when compiled for Watch OS!
// If the top level error handler differs from our own, then at least another one was added.
1043
1043
// This could cause exception crashes not to be reported to HockeyApp. See log message for details.
1044
1044
if (self.exceptionHandler != currentHandler) {
1045
-
BITHockeyLogWarning(@"[HockeySDK] WARNING: Another exception handler was added. If this invokes any kind exit() after processing the exception, which causes any subsequent error handler not to be invoked, these crashes will NOT be reported to HockeyApp!");
1045
+
BITHockeyLogWarning(@"[HockeySDK] WARNING: Another exception handler was added. If this invokes any kind of exit() after processing the exception, which causes any subsequent error handler not to be invoked, these crashes will NOT be reported to HockeyApp!");
0 commit comments