-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RemoteException #269
Comments
@jia-tse-zocdoc we have the deque wrapped in a try catch. so, there should not be a crash if there was a problem in dequeue. are you sure there is a crash? |
@jia-tse-zocdoc I have confirmed that this is not a crash. |
@thomaszurkan-optimizely -- I think you're right. Looks like what I saw were old errors, and it stopped happening. |
Hello, has this problem been solved? I am also experiencing this problem when using JobIntentService now, I don't know how to solve it Remote stack trace: at com.android.server.job.JobServiceContext.assertCallerLocked(JobServiceContext.java:487) |
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....
The text was updated successfully, but these errors were encountered: