Skip to content

Conversation

@seer-by-sentry
Copy link
Contributor

@seer-by-sentry seer-by-sentry bot commented Nov 9, 2025

Fixes ANDROID-SYMBOL-COLLECTOR-MOBILE-6T. The issue was that: Aggressive UI updates and view visibility changes race with Android's Accessibility Service traversing the view hierarchy, causing concurrent modification and ArrayIndexOutOfBoundsException.

  • Prevents race conditions with Android's Accessibility Service when modifying the view hierarchy after an upload task completes or is cancelled.
  • Ensures the UI updater task is fully stopped before modifying the view hierarchy by awaiting it after cancellation.

This fix was generated by Seer in Sentry, triggered by bruno@sentry.io. 👁️ Run ID: 2529000

Not quite right? Click here to continue debugging with Seer.

@codecov
Copy link

codecov bot commented Nov 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.11%. Comparing base (7b4e4d9) to head (747e886).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #246      +/-   ##
==========================================
- Coverage   51.26%   51.11%   -0.15%     
==========================================
  Files          27       27              
  Lines        1348     1348              
  Branches      105      105              
==========================================
- Hits          691      689       -2     
- Misses        623      625       +2     
  Partials       34       34              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant