The document details a crash report from a realme device running Android 14. It includes details of the crash such as time, device info, app info, and a stack trace. The crash was caused by trying to start a service when the app was in the background.
The document details a crash report from a realme device running Android 14. It includes details of the crash such as time, device info, app info, and a stack trace. The crash was caused by trying to start a service when the app was in the background.
The document details a crash report from a realme device running Android 14. It includes details of the crash such as time, device info, app info, and a stack trace. The crash was caused by trying to start a service when the app was in the background.
The document details a crash report from a realme device running Android 14. It includes details of the crash such as time, device info, app info, and a stack trace. The crash was caused by trying to start a service when the app was in the background.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 1
************* Crash Head ****************
Time Of Crash : 2024_06_29-22_03_12
Device Manufacturer: realme Device Model : RMX3890 Android Version : 14 Android SDK : 34 App VersionName : 1.2.3e App VersionCode : 12324 ************* Crash Head ****************
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.gameloft.android.ANMP.GloftAMHM/com.gameloft.android.ANMP.GloftAM HM.Game}: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.gameloft.android.ANMP.GloftAMHM/com.android.support.Launcher }: app is in background uid UidRecord{ad8070e u0a407 TPSL idle change:procadj procs:0 seq(592492,592304)} caps=------ at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3801) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3941) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10 3) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu tor.java:144) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java: 101) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2462) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:205) at android.os.Looper.loop(Looper.java:294) at android.app.ActivityThread.main(ActivityThread.java:8256) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:557) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:993) Caused by: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.gameloft.android.ANMP.GloftAMHM/com.android.support.Launcher }: app is in background uid UidRecord{ad8070e u0a407 TPSL idle change:procadj procs:0 seq(592492,592304)} caps=------ at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1945) at android.app.ContextImpl.startService(ContextImpl.java:1900) at android.content.ContextWrapper.startService(ContextWrapper.java:825) at com.android.support.Main.CheckOverlayPermission(Native Method) at com.android.support.Main.Start(Main.java:39) at com.gameloft.android.ANMP.GloftAMHM.Game.onCreate(Native Method) at android.app.Activity.performCreate(Activity.java:8614) at android.app.Activity.performCreate(Activity.java:8592) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1457) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3783) ... 12 more