Closed
Description
Hi, we're seeing a lot of crashes for Android 8 and above, stack trace looks like this. This may be different than the SecurityException that was reported years ago....
JobIntentService$JobServiceEngineImpl line 315
android.support.v4.app.JobIntentService$JobServiceEngineImpl.dequeueWork
Caused by android.os.RemoteException: Remote stack trace:
at com.android.server.job.JobServiceContext.assertCallerLocked(JobServiceContext.java:481)
at com.android.server.job.JobServiceContext.doDequeueWork(JobServiceContext.java:359)
at com.android.server.job.JobServiceContext$JobCallback.dequeueWork(JobServiceContext.java:160)
at android.app.job.IJobCallback$Stub.onTransact(IJobCallback.java:83)
at android.os.Binder.execTransact(Binder.java:731)
Caused by java.lang.SecurityException: Caller no longer running, last stopped +1s424ms because: timed out while starting
at android.os.Parcel.readException(Parcel.java:1943)
at android.os.Parcel.readException(Parcel.java:1889)
at android.app.job.IJobCallback$Stub$Proxy.dequeueWork(IJobCallback.java:191)
at android.app.job.JobParameters.dequeueWork(JobParameters.java:196)
at android.support.v4.app.JobIntentService$JobServiceEngineImpl.dequeueWork(SourceFile:315)
at android.support.v4.app.JobIntentService.dequeueWork(SourceFile:640)
at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground(SourceFile:390)
at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground(SourceFile:383)
at android.os.AsyncTask$2.call(AsyncTask.java:333)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
Metadata
Metadata
Assignees
Labels
No labels