-
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
NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Dr... #10505
Comments
Sentry issue: WORDPRESS-ANDROID-3EJ |
90-day impact: ~33 per day 90-day impact: ~21 per day @JavonDavis any reason not to merge these two? I noticed the second one (WORDPRESS-ANDROID-3EJ) always has Aside: I think this has to do with |
This is a bug in react-native and there doesn't seem to be a solution yet - facebook/react-native#17530 I don't think there is much we can do about this. One solution seems to be removing the |
Sentry issue: WORDPRESS-ANDROID-3VX |
90-day impact: ~79 per day 90-day impact: ~58 per day 90-day impact: ~10 per day |
Noting that we should look at this issue at the Dec 9-13 rotation because we will have developers with React Native experience at that time. 🙂 |
I've found 23 issues in Sentry which seem related. It's crashing to over 200 users a day and it crashed over 16k times in the last 90 days. We might want to consider prioritising this over feature development. Wdyt @designsimply @maxme ? |
Agreed. It was removed from the Crash Fix Sprint Nov 18-29 because it needs someone with RN experience. If it can be assigned before Dec, fabulous, but if not then we'll try to tackle it in Groundskeeping Dec 9-13. |
I read the thread in I'm adding this one to our task list. |
This appears to be an issue caused by a combination of how React Native handles Drawables internally and the fact that React Native's I was able to recreate this crash by creating a gutenberg post with hundreds of paragraph blocks and quickly scrolling through it for awhile. I'm inclined to create our own implementation of |
Users affected in the last 90 days: 10,912 Note: I can see a significant drop in events in issues 2 and 3 going from 100+ per day to ~10 per day for each 🎉🎉🎉 while issue 1 (limited to Android 8.0.0) is unchanged. Because of the recent merge and drop in events over the last week, let's keep this open but check on it after one more maintenance rotation passes. |
Events in the last 90 days: 17,000 |
Aha! So I checked the Sentry issue again, and I found that a search for I also went to https://sentry.io/share/issue/e09308a08f85459ebf21d88706e216ad/ > Details > Tags > version (More Detail) and found that it lists version 14.1 at 0.02%. My conclusion is that I was too quick to judge while looking at the 90-day aggregate data. @mchowning do you agree and do you think this case can be closed as fixed in 14.1 based on the searches I noted above? |
I agree @designsimply ! It looks like this issue is no longer occurring on 14.1 at all! 🎉 🕺 |
Fixed in wordpress-mobile/gutenberg-mobile#1560. Props @maxme @mchowning @SergioEstevao. 🎉 |
Sentry Issue: WORDPRESS-ANDROID-9X
The text was updated successfully, but these errors were encountered: