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

Mod Menu Crash 2024 05 27-11 16 52

The document details a crash report from a Samsung device running Android 12. It was running version 5.5.3 of an app called WormsZone. The crash was caused by trying to start a service when the app was in the background, which is not allowed.

Uploaded by

mu7448760
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)
25 views1 page

Mod Menu Crash 2024 05 27-11 16 52

The document details a crash report from a Samsung device running Android 12. It was running version 5.5.3 of an app called WormsZone. The crash was caused by trying to start a service when the app was in the background, which is not allowed.

Uploaded by

mu7448760
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_05_27-11_16_52


Device Manufacturer: samsung
Device Model : SM-M315F
Android Version : 12
Android SDK : 31
App VersionName : 5.5.3
App VersionCode : 5530
************* Crash Head ****************

java.lang.RuntimeException: Unable to start activity


ComponentInfo{com.wildspike.wormszone/com.wildspike.wormszone.GameActivity}:
android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service
Intent { cmp=com.wildspike.wormszone/com.android.support.Launcher }: app is in
background uid UidRecord{cb3c3c u0a977 TRNB bg:+1m23s590ms idle change:uncached
procs:0 seq(0,0,0)}
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4111)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4277)
at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
3)
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:2443)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8751)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
Caused by: android.app.BackgroundServiceStartNotAllowedException: Not allowed to
start service Intent { cmp=com.wildspike.wormszone/com.android.support.Launcher }:
app is in background uid UidRecord{cb3c3c u0a977 TRNB bg:+1m23s590ms idle
change:uncached procs:0 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1941)
at android.app.ContextImpl.startService(ContextImpl.java:1887)
at android.content.ContextWrapper.startService(ContextWrapper.java:793)
at android.content.ContextWrapper.startService(ContextWrapper.java:793)
at com.android.support.Main.CheckOverlayPermission(Native Method)
at com.android.support.Main.Start(Main.java:39)
at com.wildspike.wormszone.GameActivity.onCreate(Unknown Source:0)
at android.app.Activity.performCreate(Activity.java:8290)
at android.app.Activity.performCreate(Activity.java:8270)
at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4085)
... 12 more

You might also like