-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
RuntimeException: Unable to start service org.wordpress.android.ui.uploads.UploadService@a38ce00 with Intent { cmp=... #18714
Comments
Sentry issue: JETPACK-ANDROID-81N |
Even though this other issue is for media upload, the rest of the stacktrace is the same and the root cause is likely the same as well. |
@irfano - Pinging you, just in case if you have any thoughts on this. Wondering if this is anyway related to Android 13 upgrade!. Thank you PS: If it is not, put back Requires Triage label, and unassign yourself |
|
Sentry issue: WORDPRESS-ANDROID-2CJG |
I started looking into this today since this week we are trying to get rid of as many crashes as we can and even though this is not a high-impact crash, it is something affecting several users on Android 12+ and will be mandatory when targeting SDK 34 anyway, so better to start getting things in place for this |
Well, this task proved to be way more challenging than expected (and I was already expecting it to be very challenging) but the Thanks, @ravishanker for starting a PR with some code refactoring to use Workers: #19755. I still have some concerns about how to do that refactor though, but it's nice to see you started it! During this week I was able to get a better understanding of how Some insights about our code:
Regarding using WorkManager for post/media uploads:
|
Sentry issue: WORDPRESS-ANDROID-2CYQ |
Sentry issue: WORDPRESS-ANDROID-2CY8 |
@antonis, I assigned this to you since you said in #19987 (comment) that you will monitor this during the beta. Feel free to close the issue if there are no more reports or unassign yourself after completing your monitoring and if the crash persists. |
Adding for future reference the steps that led to a crash for me (Pixel 5, Android 14) but not consistently were:
|
Closing with #19987 since no new crashes were recorded in |
Sentry Issue: JETPACK-ANDROID-80G
The text was updated successfully, but these errors were encountered: