We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82336e commit 47fc969Copy full SHA for 47fc969
Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared/Crashes.cs
@@ -338,11 +338,11 @@ private static IEnumerator SendUnhandledExceptionReports()
338
#endif
339
340
private static void TrackErrorWithAttachments(Exception exception)
341
- {
+ {
342
var exceptionWrapper = CreateWrapperException(exception);
343
var errorId = CrashesInternal.TrackException(exceptionWrapper.GetRawObject(), null, null);
344
345
- // when the main thread was not crashed attachments should be sent
+ // If the main thread is not crashed, attachments should be sent.
346
if (_enableErrorAttachmentsCallbacks)
347
{
348
SendErrorAttachments(errorId);
0 commit comments