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

Mod Menu Crash 2024 01 04-01 29 47

An app crash occurred on a Samsung Galaxy SM-T295 running Android 11. The crash was caused by an attempt to start a service while the app was in the background, which resulted in an illegal state exception. The specific app is Roblox Client and it crashed on startup during the onCreate method of the splash activity.
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)
61 views1 page

Mod Menu Crash 2024 01 04-01 29 47

An app crash occurred on a Samsung Galaxy SM-T295 running Android 11. The crash was caused by an attempt to start a service while the app was in the background, which resulted in an illegal state exception. The specific app is Roblox Client and it crashed on startup during the onCreate method of the splash activity.
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_01_04-01_29_47


Device Manufacturer: samsung
Device Model : SM-T295
Android Version : 11
Android SDK : 30
App VersionName : 2.603.563
App VersionCode : 1548
************* Crash Head ****************

java.lang.RuntimeException: Unable to start activity


ComponentInfo{com.roblox.client/com.roblox.client.startup.ActivitySplash}:
java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.roblox.client/com.android.support.Launcher }: app is in background uid
UidRecord{ccc75ca u0a657 TRNB idle change:uncached procs:1 seq(0,0,0)}
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3846)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4022)
at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85
)
at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2336)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:246)
at android.app.ActivityThread.main(ActivityThread.java:8653)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.roblox.client/com.android.support.Launcher }: app is in background uid
UidRecord{ccc75ca u0a657 TRNB idle change:uncached procs:1 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1795)
at android.app.ContextImpl.startService(ContextImpl.java:1740)
at android.content.ContextWrapper.startService(ContextWrapper.java:738)
at android.content.ContextWrapper.startService(ContextWrapper.java:738)
at com.android.support.Main.CheckOverlayPermission(Native Method)
at com.android.support.Main.Start(Main.java:39)
at com.roblox.client.startup.ActivitySplash.onCreate(Unknown Source:60)
at android.app.Activity.performCreate(Activity.java:8207)
at android.app.Activity.performCreate(Activity.java:8191)
at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3819)
... 11 more

You might also like