An app crash occurred on a Infinix X676C device running Android 12. The crash was caused by an attempt to start a background service while the app was in the background, which is not allowed and resulted in an Android.app.BackgroundServiceStartNotAllowedException being thrown. The crash prevents the MainActivity from being started.
An app crash occurred on a Infinix X676C device running Android 12. The crash was caused by an attempt to start a background service while the app was in the background, which is not allowed and resulted in an Android.app.BackgroundServiceStartNotAllowedException being thrown. The crash prevents the MainActivity from being started.
An app crash occurred on a Infinix X676C device running Android 12. The crash was caused by an attempt to start a background service while the app was in the background, which is not allowed and resulted in an Android.app.BackgroundServiceStartNotAllowedException being thrown. The crash prevents the MainActivity from being started.
An app crash occurred on a Infinix X676C device running Android 12. The crash was caused by an attempt to start a background service while the app was in the background, which is not allowed and resulted in an Android.app.BackgroundServiceStartNotAllowedException being thrown. The crash prevents the MainActivity from being started.
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 : 2023_01_27-13_48_55
Device Manufacturer: INFINIX Device Model : Infinix X676C Android Version : 12 Android SDK : 31 App VersionName : 2.10 App VersionCode : 34 ************* Crash Head ****************
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.rockstargames.gtasa/com.android.support.MainActivity}: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.rockstargames.gtasa/com.android.support.Launcher }: app is in background uid UidRecord{ab32ce8 u0a259 TPSL idle change:idle|cached procs:0 seq(0,0,0)} at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3831) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3988) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10 9) 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:2335) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:241) at android.os.Looper.loop(Looper.java:342) at android.app.ActivityThread.main(ActivityThread.java:8117) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:583) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045) Caused by: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.rockstargames.gtasa/com.android.support.Launcher }: app is in background uid UidRecord{ab32ce8 u0a259 TPSL idle change:idle|cached procs:0 seq(0,0,0)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1983) at android.app.ContextImpl.startService(ContextImpl.java:1924) at android.content.ContextWrapper.startService(ContextWrapper.java:791) at com.android.support.Main.CheckOverlayPermission(Native Method) at com.android.support.Main.Start(Unknown Source:10) at com.android.support.MainActivity.onCreate(Unknown Source:3) at android.app.Activity.performCreate(Activity.java:8115) at android.app.Activity.performCreate(Activity.java:8095) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3747) ... 12 more