Which is a common cause of a bug appearing only on slow network connections?
- A A race condition in asynchronous code
- B Insufficient memory
- C Missing permissions
- D An outdated Gradle version
Answer
A race condition in asynchronous code
Reproducing timing-dependent bugs is usually the hardest part, and network throttling in developer options helps expose them.





