You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
Sentry Issue: JETPACK-ANDROID-JP0
The text was updated successfully, but these errors were encountered: