Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeException: android.os.DeadSystemException #20254

Closed
sentry-io bot opened this issue Feb 22, 2024 · 2 comments
Closed

RuntimeException: android.os.DeadSystemException #20254

sentry-io bot opened this issue Feb 22, 2024 · 2 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 22, 2024

Sentry Issue: JETPACK-ANDROID-JP0

DeadSystemException: None
    at android.content.ClipboardManager.getPrimaryClip(ClipboardManager.java:189)
    at org.wordpress.aztec.AztecText.paste(AztecText.kt:1982)
    at org.wordpress.aztec.AztecText.paste$default(AztecText.kt:1980)
    at org.wordpress.aztec.AztecText.onTextContextMenuItem(AztecText.kt:1906)
    at android.widget.Editor$TextActionModeCallback.onActionItemClicked(Editor.java:4998)
...
(20 additional frame(s) were not displayed)

RuntimeException: android.os.DeadSystemException
    at android.content.ClipboardManager.getPrimaryClip(ClipboardManager.java:189)
    at org.wordpress.aztec.AztecText.paste(AztecText.kt:1982)
    at org.wordpress.aztec.AztecText.paste$default(AztecText.kt:1980)
    at org.wordpress.aztec.AztecText.onTextContextMenuItem(AztecText.kt:1906)
    at android.widget.Editor$TextActionModeCallback.onActionItemClicked(Editor.java:4998)
...
(20 additional frame(s) were not displayed)
@dangermattic
Copy link
Collaborator

Thanks for reporting! 👍

@thomashorta
Copy link
Contributor

DeadSystemException happens when the system died and is in the process of restarting and most likely the cause of the system death doesn't have anything to do with our app. This exception just means that the system killed our app because is going to restart.

https://developer.android.com/reference/android/os/DeadSystemException

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants