[TIMOB-4616] Unexpected debug output when loading tests
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2011-07-07T11:53:53.000+0000 |
| Affected Version/s | Release 1.7.2 |
| Fix Version/s | Sprint 2011-27 |
| Components | iOS |
| Labels | debug, ios, output |
| Reporter | Thomas Huelbert |
| Assignee | Blain Hamon |
| Created | 2011-07-07T11:03:34.000+0000 |
| Updated | 2017-03-02T22:21:36.000+0000 |
Description
1. install KS to device
2. launch the app, plug into console
3. open any tests and view output
results: for example - Jul 7 11:02:37 unknown UIKitApplication:com.appcelerator.pushtest[0x944e][549] : [DEBUG] loading: /var/mobile/Applications/2A74AD04-17C2-44F7-864F-09A53D725726/KitchenSink.app/app.js, resource: app_js
Does not occur in 1.7.1, perhaps we have a flag set?
This is now expected behavior. DEBUG is only turned off for production builds. DEBUG is on for simulator and install (on device) builds.
Closing ticket as invalid.