You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2018. It is now read-only.
Hi,
My app crashes frequently since I use the ATDebugger (SDK 2.2.1).
The crash occurs in ATDebugger::getEventsList: at line 600. I think it is a problem of concurrent access on receivedEvents array because another thread is adding an event (ATDebugger::addEvent:icon: line 184).
2016-08-03 17:01:51.153 Pum-iOS Int[3810:81320] * Terminating app due to uncaught exception 'NSGenericException', reason: '* Collection <__NSArrayM: 0x7fd2c35dea40> was mutated while being enumerated.'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
My app crashes frequently since I use the ATDebugger (SDK 2.2.1).
The crash occurs in ATDebugger::getEventsList: at line 600. I think it is a problem of concurrent access on receivedEvents array because another thread is adding an event (ATDebugger::addEvent:icon: line 184).
Main thread stacktrace:
Background thread stacktrace:
The text was updated successfully, but these errors were encountered: