getsentry / getsentry/sentry-java
Check if entering synchronized block is necessary / double checked locking
Aberta
Android
Errors
Improvement
- Linguagem predominante
- Kotlin
- Estrelas
- 1.4k
- Forks
- 478
- Merge médio
- 2d 22h
- PRs com merge (30d)
- 69
Descrição
### Description
Some code uses `synchronized` blocks. We might gain a bit of performance by checking if we even need to acquire the lock.
- [ ] `LifecycleWatcher`
- [ ] `SentryTracer`
- [ ] ...
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.