The document contains a crash report from a Xiaomi device running Android 14. It reports a RuntimeException that occurred when trying to start an activity. The crash was caused by trying to start a 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)
48 views1 page
Mod Menu Crash 2024 04 20-21 49 45
The document contains a crash report from a Xiaomi device running Android 14. It reports a RuntimeException that occurred when trying to start an activity. The crash was caused by trying to start a 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_04_20-21_49_45
Device Manufacturer: Xiaomi Device Model : 23021RAAEG Android Version : 14 Android SDK : 34 App VersionName : 21.0.04 App VersionCode : 40225 ************* Crash Head ****************
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.ea.gp.fifamobile/com.ea.gp.fifamobile.FifaMainActivity}: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.ea.gp.fifamobile/androidx.android.app.Launcher }: app is in background uid UidRecord{f8c03ad u0a194 TPSL idle change:procadj procs:0 seq(2737058,2736495)} caps=------ at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3983) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4136) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10 3) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu tor.java:149) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java: 99) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2581) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:224) at android.os.Looper.loop(Looper.java:318) at android.app.ActivityThread.main(ActivityThread.java:8727) 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:1013) Caused by: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.ea.gp.fifamobile/androidx.android.app.Launcher }: app is in background uid UidRecord{f8c03ad u0a194 TPSL idle change:procadj procs:0 seq(2737058,2736495)} caps=------ at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1956) at android.app.ContextImpl.startService(ContextImpl.java:1911) at android.content.ContextWrapper.startService(ContextWrapper.java:836) at androidx.android.app.Main.CheckOverlayPermission(Native Method) ۣۤۦ at androidx.android.app.Main.۟ۡ(Native Method) at androidx.android.app.Main.Start(Native Method) at com.ea.gp.fifamobile.FifaMainActivity.onCreate(Unknown Source:0) at android.app.Activity.performCreate(Activity.java:8891) at android.app.Activity.performCreate(Activity.java:8856) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1468) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3965) ... 12 more