[crash][ios] no longer force a crash on report()

This commit is contained in:
Salakar 2018-04-13 15:07:21 +01:00
parent 93b4e3e052
commit 61f283c8d3
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ RCT_EXPORT_METHOD(logcat:(nonnull NSNumber *) level tag:(NSString *) tag message
RCT_EXPORT_METHOD(report:(NSString *) message) {
FIRCrashLog(@"%@", message);
assert(NO);
}
RCT_EXPORT_METHOD(setCrashCollectionEnabled:(BOOL *) enabled) {