Titanium JIRA Archive
Appcelerator Modules (MOD)

[MOD-2525] iOS: ACA breadcrumbs can be sent in wrong order

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2019-07-29T21:01:04.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsACA
Labelsn/a
ReporterGary Mathews
AssigneeGary Mathews
Created2019-06-14T23:10:59.000+0000
Updated2019-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');

Comments

  1. Gary Mathews 2019-06-14

    master: https://github.com/appcelerator-modules/appcelerator.aca/pull/21

JSON Source