The document reports a crash from a Xiaomi device running Android 13. It includes details of the crash such as the time, device information, and Android and app versions. The crash was caused by an attempt to start a background service while the app was in the background.
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)
87 views1 page
Mod Menu Crash 2024 01 02-23 13 33
The document reports a crash from a Xiaomi device running Android 13. It includes details of the crash such as the time, device information, and Android and app versions. The crash was caused by an attempt to start a background service while the app was in the background.
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_02-23_13_33
Device Manufacturer: Xiaomi Device Model : 23028RA60L Android Version : 13 Android SDK : 33 App VersionName : 31.0.1.5261 App VersionCode : 1932015261 ************* Crash Head ****************
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.spaceapegames.beatstar/com.unity3d.player.UnityPlayerActivity}: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.spaceapegames.beatstar/com.android.support.Launcher }: app is in background uid UidRecord{3daf7ad u0a311 TPSL idle change:procadj procs:0 seq(40462485,40462346)} at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3909) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4055) 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:2415) 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:8395) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954) Caused by: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.spaceapegames.beatstar/com.android.support.Launcher }: app is in background uid UidRecord{3daf7ad u0a311 TPSL idle change:procadj procs:0 seq(40462485,40462346)} 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 com.android.support.Main.CheckOverlayPermission(Native Method) at com.android.support.Main.Start(Main.java:39) at com.unity3d.player.UnityPlayerActivity.onCreate(Unknown Source:3) at android.app.Activity.performCreate(Activity.java:8538) at android.app.Activity.performCreate(Activity.java:8502) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1440) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3890) ... 12 more