-
Notifications
You must be signed in to change notification settings - Fork 1.3k
crash in metrics gesture tracking #1116
Comments
There are other lingering crashes in |
The first 2 crash reports from HockeyApp both give the following as the crash point:
The final 3 crash reports all report:
|
This just sounds like UI access not on the main thread to me.
|
Just about through with a large refactor here. The main cause of crashes here is that we are crossing access to |
fixes #1116: metrics stability & performance refactor
Crashes are occurring inside of
-[MGLMapView trackGestureEvent:forRecognizer:]
, probably compounded the extreme rapid-fire nature of them during pans and zooms.This ticket tracks crashes related to mutation of objects during iteration.
The text was updated successfully, but these errors were encountered: