Closed cristianoccazinsp closed 4 years ago
Hi @cristianoccazinsp
Thanks for the report. The DeadSystemException
is documented here:
https://developer.android.com/reference/android/os/DeadSystemException
The core Android system has died and is going through a runtime restart. All running apps will be promptly killed.
So this crash isn't caused by Bugsnag. The Android system has died and the Bugsnag library likely made a call to a system process that no longer exists. The app is already in the process of being terminated by the OS.
Description
I've just got this exception from bugsnag itself. When looking at the stack trace, it seems like the crash happened from within bugsnag's code.
Would someone tell me if this is indeed from bugsnag, or something else caused it? Here's the full exception log:
Issue
Crash
Environment
Library versions:
Android version(s): Android 9 - SM-N960U
debug mode or production?: Prod
[X] (Android only)
BugsnagReactNative.start(this)
is present in theonCreate
method of yourMainApplication
class?