getsentry / getsentry/sentry-java
Check if entering synchronized block is necessary / double checked locking
Aperta
Android
Errors
Improvement
- Lingua principale
- Kotlin
- Stelle
- 1.4k
- Fork
- 478
- Merge medio
- 2g 23h
- PR unite (30g)
- 67
Descrizione
### 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`
- [ ] ...
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.