DeadSystemException: Difference between revisions

m
small cleanup
(Improve page content and history)
m (small cleanup)
Line 1: Line 1:
An [https://developer.android.com/reference/android/os/DeadSystemException Android error] that is thrown when the system is dead.
An [https://developer.android.com/reference/android/os/DeadSystemException Android error] that is thrown when the system dies.


This error can be sometimes be thrown on certain devices randomly when using Aliucord's [https://github.com/rushiiMachine/aliucord-plugins/tree/master/AudioPlayer AudioPlayer] plugin.
This error can be sometimes be unexpectedly thrown on certain devices if using Aliucord's [https://github.com/rushiiMachine/aliucord-plugins/tree/master/AudioPlayer AudioPlayer] plugin.
Nobody knows how or why AudioPlayer is causing that error, because the system crashes into recovery afterwards<ref>{{cite web|title=Aliucord Discord message|url=https://discord.com/channels/811255666990907402/811261478875299840/924777944671461417}}</ref> and the logs are only accessible with root.<ref>{{cite web|title=Aliucord Discord message|url=https://discord.com/channels/811255666990907402/811261478875299840/924418278225485845}}</ref>
Nobody knows how or why AudioPlayer is causing that error, because the system crashes into recovery afterwards<ref>{{cite web|title=Aliucord Discord message (Ven)|url=https://discord.com/channels/811255666990907402/811261478875299840/924777944671461417}}</ref> and the logs are only accessible with root.<ref>{{cite web|title=Aliucord Discord message (HaramKing)|url=https://discord.com/channels/811255666990907402/811261478875299840/924418278225485845}}</ref>


{{codesample|lang=java|title=A sample DeadSystemException|
A sample DeadSystemException:
{{codesample|lang=java|
java.lang.RuntimeException: android.os.DeadSystemException
java.lang.RuntimeException: android.os.DeadSystemException
  at android.view.ViewRootImpl.systemGestureExclusionChanged(ViewRootImpl.java:4671)
  at android.view.ViewRootImpl.systemGestureExclusionChanged(ViewRootImpl.java:4671)