tommybart
tommybart
**Describe the bug** ViewModels that depend on the SavedStateHandle crash on rare occasions: ``` Caused by gv.e |- No definition found for class:'androidx.lifecycle.n0'. Check your definitions! org.koin.core.scope.Scope.throwDefinitionNotFound (Scope.kt:304) org.koin.core.scope.Scope.resolveValue (Scope.kt:274)...
The example JankStatsAggregator class can produce `ConcurrentModificationException` for listeners that perform some additional operations on it. Presumably because of how FrameData objects are internally mutated. It appears that JankStatsAggregator.issueJankReport attempts...