Fixed
Status Update
Comments
ub...@gmail.com <ub...@gmail.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
el...@google.com <el...@google.com>
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Component used: Room Version used: 2.2.5 Devices/Android versions reproduced on: N/A
Please clarify the intended usage pattern of InvalidationTracker.addObserver(). It is annotated with @WorkerThread, but the javadoc does not mention any restriction or recommendation about the calling thread. Testing produces no errors either way, code inspection reveals a couple of synchronization blocks as the likely greatest performance detractors.