[MOD-2525] iOS: ACA breadcrumbs can be sent in wrong order
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2019-07-29T21:01:04.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | ACA |
| Labels | n/a |
| Reporter | Gary Mathews |
| Assignee | Gary Mathews |
| Created | 2019-06-14T23:10:59.000+0000 |
| Updated | 2019-07-29T21:01:07.000+0000 |
Description
- Queuing breadcrumb events on the main thread can be out of order and prevent them from being see on 360 UI
*app.js*
const aca = require('com.appcelerator.aca');
aca.leaveBreadcrumb('TEST BREADCRUMB');
require('invalidModule');
master: https://github.com/appcelerator-modules/appcelerator.aca/pull/21