0% found this document useful (0 votes)
67 views6 pages

Crash 20231102

The camera app is repeatedly crashing on an OPPO device running Android 11 due to an illegal state exception when trying to start a prewarm service while the app is in the background. The exception indicates that the app is not allowed to start services when in the background. This issue occurred multiple times over an hour period.

Uploaded by

pucukbos3
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)
67 views6 pages

Crash 20231102

The camera app is repeatedly crashing on an OPPO device running Android 11 due to an illegal state exception when trying to start a prewarm service while the app is in the background. The exception indicates that the app is not allowed to start services when in the background. This issue occurred multiple times over an hour period.

Uploaded by

pucukbos3
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/ 6

Crash time: 2023-11-02 04:46:03

App Version: 8.4.300.414775575.18(64764891)


OS Version: 11_30
Android ID: 81337248de20132b
Vendor: OPPO
Model: CPH1937
CPU ABI: arm64-v8a

java.lang.RuntimeException: java.lang.IllegalStateException: Not allowed to start


service Intent {
cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app is
in background uid UidRecord{2e6e0 u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:135
)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:263)
at android.app.ActivityThread.main(ActivityThread.java:8292)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app
is in background uid UidRecord{2e6e0 u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1770)
at android.app.ContextImpl.startService(ContextImpl.java:1702)
at android.content.ContextWrapper.startService(ContextWrapper.java:730)
at eoc.b(Unknown Source:7)
at
com.google.android.apps.camera.keepalive.ProcessGcService.onStartJob(Unknown
Source:48)
at android.app.job.JobService$1.onStartJob(JobService.java:64)
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:131
)
... 6 more
---------------------------------end----------------------------------

Crash time: 2023-11-02 04:47:01


App Version: 8.4.300.414775575.18(64764891)
OS Version: 11_30
Android ID: 81337248de20132b
Vendor: OPPO
Model: CPH1937
CPU ABI: arm64-v8a

java.lang.RuntimeException: java.lang.IllegalStateException: Not allowed to start


service Intent {
cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app is
in background uid UidRecord{942e3ab u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:135
)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:263)
at android.app.ActivityThread.main(ActivityThread.java:8292)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app
is in background uid UidRecord{942e3ab u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1770)
at android.app.ContextImpl.startService(ContextImpl.java:1702)
at android.content.ContextWrapper.startService(ContextWrapper.java:730)
at eoc.b(Unknown Source:7)
at
com.google.android.apps.camera.keepalive.ProcessGcService.onStartJob(Unknown
Source:48)
at android.app.job.JobService$1.onStartJob(JobService.java:64)
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:131
)
... 6 more
---------------------------------end----------------------------------

Crash time: 2023-11-02 04:48:15


App Version: 8.4.300.414775575.18(64764891)
OS Version: 11_30
Android ID: 81337248de20132b
Vendor: OPPO
Model: CPH1937
CPU ABI: arm64-v8a

java.lang.RuntimeException: java.lang.IllegalStateException: Not allowed to start


service Intent {
cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app is
in background uid UidRecord{73387cc u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:135
)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:263)
at android.app.ActivityThread.main(ActivityThread.java:8292)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app
is in background uid UidRecord{73387cc u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1770)
at android.app.ContextImpl.startService(ContextImpl.java:1702)
at android.content.ContextWrapper.startService(ContextWrapper.java:730)
at eoc.b(Unknown Source:7)
at
com.google.android.apps.camera.keepalive.ProcessGcService.onStartJob(Unknown
Source:48)
at android.app.job.JobService$1.onStartJob(JobService.java:64)
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:131
)
... 6 more
---------------------------------end----------------------------------

Crash time: 2023-11-02 04:51:03


App Version: 8.4.300.414775575.18(64764891)
OS Version: 11_30
Android ID: 81337248de20132b
Vendor: OPPO
Model: CPH1937
CPU ABI: arm64-v8a

java.lang.RuntimeException: java.lang.IllegalStateException: Not allowed to start


service Intent {
cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app is
in background uid UidRecord{1fa1aa7 u0a1076 TRNB idle change:idle|uncached procs:1
seq(0,0,0)}
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:135
)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:263)
at android.app.ActivityThread.main(ActivityThread.java:8292)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app
is in background uid UidRecord{1fa1aa7 u0a1076 TRNB idle change:idle|uncached
procs:1 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1770)
at android.app.ContextImpl.startService(ContextImpl.java:1702)
at android.content.ContextWrapper.startService(ContextWrapper.java:730)
at eoc.b(Unknown Source:7)
at
com.google.android.apps.camera.keepalive.ProcessGcService.onStartJob(Unknown
Source:48)
at android.app.job.JobService$1.onStartJob(JobService.java:64)
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:131
)
... 6 more
---------------------------------end----------------------------------

Crash time: 2023-11-02 04:55:04


App Version: 8.4.300.414775575.18(64764891)
OS Version: 11_30
Android ID: 81337248de20132b
Vendor: OPPO
Model: CPH1937
CPU ABI: arm64-v8a

java.lang.RuntimeException: java.lang.IllegalStateException: Not allowed to start


service Intent {
cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app is
in background uid UidRecord{39f1e76 u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:135
)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:263)
at android.app.ActivityThread.main(ActivityThread.java:8292)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app
is in background uid UidRecord{39f1e76 u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1770)
at android.app.ContextImpl.startService(ContextImpl.java:1702)
at android.content.ContextWrapper.startService(ContextWrapper.java:730)
at eoc.b(Unknown Source:7)
at
com.google.android.apps.camera.keepalive.ProcessGcService.onStartJob(Unknown
Source:48)
at android.app.job.JobService$1.onStartJob(JobService.java:64)
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:131
)
... 6 more
---------------------------------end----------------------------------

Crash time: 2023-11-02 05:03:06


App Version: 8.4.300.414775575.18(64764891)
OS Version: 11_30
Android ID: 81337248de20132b
Vendor: OPPO
Model: CPH1937
CPU ABI: arm64-v8a

java.lang.RuntimeException: java.lang.IllegalStateException: Not allowed to start


service Intent {
cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app is
in background uid UidRecord{b84b7f3 u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:135
)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:263)
at android.app.ActivityThread.main(ActivityThread.java:8292)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app
is in background uid UidRecord{b84b7f3 u0a1076 TRNB idle change:uncached procs:1
seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1770)
at android.app.ContextImpl.startService(ContextImpl.java:1702)
at android.content.ContextWrapper.startService(ContextWrapper.java:730)
at eoc.b(Unknown Source:7)
at
com.google.android.apps.camera.keepalive.ProcessGcService.onStartJob(Unknown
Source:48)
at android.app.job.JobService$1.onStartJob(JobService.java:64)
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:131
)
... 6 more
---------------------------------end----------------------------------

Crash time: 2023-11-02 05:19:09


App Version: 8.4.300.414775575.18(64764891)
OS Version: 11_30
Android ID: 81337248de20132b
Vendor: OPPO
Model: CPH1937
CPU ABI: arm64-v8a

java.lang.RuntimeException: java.lang.IllegalStateException: Not allowed to start


service Intent {
cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app is
in background uid UidRecord{93dd27d u0a1076 TRNB idle change:idle|uncached procs:1
seq(0,0,0)}
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:135
)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:263)
at android.app.ActivityThread.main(ActivityThread.java:8292)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app
is in background uid UidRecord{93dd27d u0a1076 TRNB idle change:idle|uncached
procs:1 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1770)
at android.app.ContextImpl.startService(ContextImpl.java:1702)
at android.content.ContextWrapper.startService(ContextWrapper.java:730)
at eoc.b(Unknown Source:7)
at
com.google.android.apps.camera.keepalive.ProcessGcService.onStartJob(Unknown
Source:48)
at android.app.job.JobService$1.onStartJob(JobService.java:64)
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:131
)
... 6 more
---------------------------------end----------------------------------

Crash time: 2023-11-02 15:31:48


App Version: 8.4.300.414775575.18(64764891)
OS Version: 11_30
Android ID: 81337248de20132b
Vendor: OPPO
Model: CPH1937
CPU ABI: arm64-v8a
java.lang.RuntimeException: java.lang.IllegalStateException: Not allowed to start
service Intent {
cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app is
in background uid UidRecord{9d6d342 u0a1076 TRNB idle change:idle|uncached procs:1
seq(0,0,0)}
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:135
)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:263)
at android.app.ActivityThread.main(ActivityThread.java:8292)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ cmp=com.agc.cam/com.google.android.apps.camera.prewarm.NoOpPrewarmService }: app
is in background uid UidRecord{9d6d342 u0a1076 TRNB idle change:idle|uncached
procs:1 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1770)
at android.app.ContextImpl.startService(ContextImpl.java:1702)
at android.content.ContextWrapper.startService(ContextWrapper.java:730)
at eoc.b(Unknown Source:7)
at
com.google.android.apps.camera.keepalive.ProcessGcService.onStartJob(Unknown
Source:48)
at android.app.job.JobService$1.onStartJob(JobService.java:64)
at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:131
)
... 6 more
---------------------------------end----------------------------------

You might also like