0% found this document useful (0 votes)
13 views1 page

Mod Menu Crash 2024 12 29-13 55 02

The document details a crash report for a Samsung device (SM-A235F) running Android 14, occurring on December 29, 2024. The crash is caused by a RuntimeException indicating that a view is not attached to the window manager, leading to an IllegalArgumentException during the service stop process. The report includes a stack trace of the error, highlighting the sequence of method calls that led to the crash.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Mod Menu Crash 2024 12 29-13 55 02

The document details a crash report for a Samsung device (SM-A235F) running Android 14, occurring on December 29, 2024. The crash is caused by a RuntimeException indicating that a view is not attached to the window manager, leading to an IllegalArgumentException during the service stop process. The report includes a stack trace of the error, highlighting the sequence of method calls that led to the crash.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

************* Crash Head ****************

Time Of Crash : 2024_12_29-13_55_02


Device Manufacturer: samsung
Device Model : SM-A235F
Android Version : 14
Android SDK : 34
App VersionName : 2.2.143
App VersionCode : 40
************* Crash Head ****************

java.lang.RuntimeException: Unable to stop service


com.android.support.Launcher@aa5cf29: java.lang.IllegalArgumentException:
View=android.widget.FrameLayout{47ede4c I.E...... ......ID 0,0-0,0} not attached to
window manager
at android.app.ActivityThread.handleStopService(ActivityThread.java:5318)
at android.app.ActivityThread.-$$Nest$mhandleStopService(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2539)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8934)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Caused by: java.lang.IllegalArgumentException:
View=android.widget.FrameLayout{47ede4c I.E...... ......ID 0,0-0,0} not attached to
window manager
at
android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:729)
at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:626)
at android.view.WindowManagerImpl.removeView(WindowManagerImpl.java:203)
at com.android.support.Menu.onDestroy(Unknown Source:8)
at com.android.support.Launcher.onDestroy(Unknown Source:5)
at android.app.ActivityThread.handleStopService(ActivityThread.java:5298)
... 9 more

You might also like