joshdholtz / Sentry-Android

[Deprecated] Use official "raven-java" library
https://github.com/getsentry/sentry-java
MIT License
180 stars 48 forks source link

Breadcrumb access is not thread safe #111

Closed marcomorain closed 7 years ago

marcomorain commented 7 years ago

I'm opening this PR to see how to best address #110.

This first commit reduces the impact of concurrent modification exceptions but does nothing to fix the problem.

marcomorain commented 7 years ago

@fab1an @joshdholtz I would love some 👀 on this PR if you have time.