[TIMOB-27441] iOS: App should not log Ti.App events
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-12-10T15:02:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 9.0.0 |
Components | iOS |
Labels | engSchedule |
Reporter | Hans Knöchel |
Assignee | Christopher Williams |
Created | 2019-10-03T11:23:01.000+0000 |
Updated | 2019-12-10T15:02:26.000+0000 |
Description
iOS should not log a debug event for Ti.App.* events being fired. No other events use this debug log and it should be up to the developer to log this or not. I know it's minor, but it's one of those things spamming our console :P
https://github.com/appcelerator/titanium_mobile/pull/11259
FR Passed. Waiting for Jenkins build to pass.
merged to master for 9.0.0
Fix verified on build: 9.0.0.v20191209135132. Ti.App.* events that fire no longer show in the console, unless manually stated by developer. Ticket closed.