0% found this document useful (0 votes)
68 views2 pages

Crashreport

The log file contains details about a device such as the manufacturer, model, OS version, and CPU architecture. An error is reported where an app is unable to start a service because the app is in the background. The root cause is an IllegalStateException thrown when trying to start the service from the background.

Uploaded by

Alondra Gallegos
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)
68 views2 pages

Crashreport

The log file contains details about a device such as the manufacturer, model, OS version, and CPU architecture. An error is reported where an app is unable to start a service because the app is in the background. The root cause is an IllegalStateException thrown when trying to start the service from the background.

Uploaded by

Alondra Gallegos
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/ 2

BOARD=sofiar

CPU_ABI2=armeabi
HOST=ilclbld176
versionName=V1.6.8.70-022300000000
IS_TREBLE_ENABLED=true
SUPPORTED_64_BIT_ABIS=[Ljava.lang.String;@aed113b
CPU_ABI=armeabi-v7a
PERMISSIONS_REVIEW_REQUIRED=true
IS_USERDEBUG=false
DISPLAY=RPES31.Q4U-47-35-12
SUPPORTED_ABIS=[Ljava.lang.String;@d28058
FINGERPRINT=motorola/sofiar_retail/sofiar:11/RPES31.Q4U-47-35-12/24aaf7:user/
release-keys
PRODUCT=sofiar_retail
ID=RPES31.Q4U-47-35-12
TYPE=user
SERIAL=unknown
IS_CONTAINER=false
IS_ENG=false
DEVICE=sofiar
TIME=1643620456000
IS_USER=true
MODEL=moto g(8) power
MANUFACTURER=motorola
USER=hudsoncm
versionCode=1028800024
BRAND=motorola
SUPPORTED_32_BIT_ABIS=[Ljava.lang.String;@8739bca
HARDWARE=qcom
IS_DEBUGGABLE=false
BOOTLOADER=MBM-3.0-sofiar_retail-0f8934adaf-220131
RADIO=unknown
TAG=Build
UNKNOWN=unknown
IS_EMULATOR=false
CrashTime=2023 年 02 月 15 日 04:20:26
TAGS=release-keys
java.lang.RuntimeException: Unable to create application
com.huawei.rcs.common.APP_RCS: java.lang.IllegalStateException: Not allowed to
start service Intent { cmp=com.megacable.rcs/com.huawei.rcs.common.SRV_KeepAlive }:
app is in background uid UidRecord{454386a u0a346 RCVR idle change:uncached procs:1
seq(0,0,0)}
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6802)
at android.app.ActivityThread.access$1300(ActivityThread.java:250)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1962)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:250)
at android.app.ActivityThread.main(ActivityThread.java:7755)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:958)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.megacable.rcs/com.huawei.rcs.common.SRV_KeepAlive }: app is in background
uid UidRecord{454386a u0a346 RCVR idle change:uncached procs:1 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1730)
at android.app.ContextImpl.startService(ContextImpl.java:1685)
at android.content.ContextWrapper.startService(ContextWrapper.java:720)
at com.huawei.rcs.common.APP_Base.onCreate(Unknown Source:110)
at com.huawei.xs.widget.base.frame.XSApplication.onCreate(Unknown Source:69)
at com.huawei.rcs.common.APP_RCS.onCreate(Unknown Source:6)
at
android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1192)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6797)
... 8 more
java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.megacable.rcs/com.huawei.rcs.common.SRV_KeepAlive }: app is in background
uid UidRecord{454386a u0a346 RCVR idle change:uncached procs:1 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1730)
at android.app.ContextImpl.startService(ContextImpl.java:1685)
at android.content.ContextWrapper.startService(ContextWrapper.java:720)
at com.huawei.rcs.common.APP_Base.onCreate(Unknown Source:110)
at com.huawei.xs.widget.base.frame.XSApplication.onCreate(Unknown Source:69)
at com.huawei.rcs.common.APP_RCS.onCreate(Unknown Source:6)
at
android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1192)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6797)
at android.app.ActivityThread.access$1300(ActivityThread.java:250)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1962)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:250)
at android.app.ActivityThread.main(ActivityThread.java:7755)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:958)

You might also like