DeadSystemException

Revision as of 14:39, 13 March 2024 by Mugman (talk | contribs) (Grammarly)

An Android error that is thrown when the system dies.

This error can sometimes be unexpectedly thrown on specific devices if using Aliucord's AudioPlayer plugin. Nobody knows how or why AudioPlayer is causing that error because the system crashes into recovery afterward [1] and the logs are only accessible with root.[2]

A sample DeadSystemException:

java.lang.RuntimeException: android.os.DeadSystemException
 at android.view.ViewRootImpl.systemGestureExclusionChanged(ViewRootImpl.java:4671)
 at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:5582)
 at android.os.Handler.dispatchMessage(Handler.java:106)
 at android.os.Looper.loop(Looper.java:233)
 at android.app.ActivityThread.main(ActivityThread.java:8035)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631)
 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)
Caused by: android.os.DeadSystemException
 ... 8 more

Notes

  1. "Aliucord Discord message (Vee)".
  2. "Aliucord Discord message (HaramKing)".