Skip to content

Commit 25f4089

Browse files
committed
eliminate obsolete null check
1 parent 65bc76b commit 25f4089

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sentry-android-core/src/main/java/io/sentry/android/core/TombstoneIntegration.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,6 @@ private void reportAsSentryEvent(
264264
return;
265265
}
266266

267-
if (event == null) {
268-
logTombstoneFailure(exitInfo);
269-
return;
270-
}
271-
272267
final long tombstoneTimestamp = exitInfo.getTimestamp();
273268
event.setTimestamp(DateUtils.getDateTime(tombstoneTimestamp));
274269

0 commit comments

Comments
 (0)