Skip to content

Commit 47fc969

Browse files
author
Oleg Misal
committed
Review points fixed
1 parent e82336e commit 47fc969

File tree

1 file changed

+2
-2
lines changed
  • Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared

1 file changed

+2
-2
lines changed

Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared/Crashes.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,11 @@ private static IEnumerator SendUnhandledExceptionReports()
338338
#endif
339339

340340
private static void TrackErrorWithAttachments(Exception exception)
341-
{
341+
{
342342
var exceptionWrapper = CreateWrapperException(exception);
343343
var errorId = CrashesInternal.TrackException(exceptionWrapper.GetRawObject(), null, null);
344344

345-
// when the main thread was not crashed attachments should be sent
345+
// If the main thread is not crashed, attachments should be sent.
346346
if (_enableErrorAttachmentsCallbacks)
347347
{
348348
SendErrorAttachments(errorId);

0 commit comments

Comments
 (0)