Skip to content

RemoteException  #269

Closed
Closed
@jia-tse-zocdoc

Description

@jia-tse-zocdoc

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions