The document details a crash report for an Android application from Xiaomi, occurring on May 14, 2025. The crash is caused by a RuntimeException indicating that the app attempted to start a background service while in the background, which is not permitted. The error trace provides insights into the sequence of method calls leading to the crash.
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 ratings0% found this document useful (0 votes)
15 views1 page
Mod Menu Crash 2025 05 14-17 20 59
The document details a crash report for an Android application from Xiaomi, occurring on May 14, 2025. The crash is caused by a RuntimeException indicating that the app attempted to start a background service while in the background, which is not permitted. The error trace provides insights into the sequence of method calls leading to the crash.
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 : 2025_05_14-17_20_59
Device Manufacturer: Xiaomi Device Model : 2201117TY Android Version : 13 Android SDK : 33 App VersionName : 26.01 App VersionCode : 2601001 ************* Crash Head ****************
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.episodeinteractive.android.catalog/com.episodeinteractive.android .app.MainActivity}: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.episodeinteractive.android.catalog/com.android.support.Launcher }: app is in background uid UidRecord{59e0158 u0a371 TRNB idle change:procadj procs:0 seq(55536244,55535912)} at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3920) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4073) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10 1) 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:2426) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:211) at android.os.Looper.loop(Looper.java:300) at android.app.ActivityThread.main(ActivityThread.java:8503) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954) Caused by: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.episodeinteractive.android.catalog/com.android.support.Launcher }: app is in background uid UidRecord{59e0158 u0a371 TRNB idle change:procadj procs:0 seq(55536244,55535912)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1918) at android.app.ContextImpl.startService(ContextImpl.java:1874) at android.content.ContextWrapper.startService(ContextWrapper.java:827) at android.content.ContextWrapper.startService(ContextWrapper.java:827) at com.android.support.Main.CheckOverlayPermission(Native Method) at com.android.support.Main.Start(Main.java:48) at com.episodeinteractive.android.app.MainActivity.onCreate(Unknown Source:0) at android.app.Activity.performCreate(Activity.java:8589) at android.app.Activity.performCreate(Activity.java:8553) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1445) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3901) ... 12 more