Skip to content

Crash with null reason in NSException doesn't appear on the dashboard #8671

Closed
@RishatShamsutdinov

Description

@RishatShamsutdinov

Step 1: Describe your environment

  • Xcode version: 12.5.1
  • Firebase SDK version: 8.6.0
  • Installation method: CocoaPods
  • Firebase Component: Crashlytics

Step 2: Describe the problem

Steps to reproduce:

Throw a NSException with null reason and this crash will not appear on the dashboard.

Relevant Code:

@throw [NSException exceptionWithName:@"SyntheticCrash" reason:nil userInfo:nil];

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions