[TIMOB-12403] SDK Console: log messages are incorrect capitalization
GitHub Issue | n/a |
Type | Sub-task |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2016-08-18T20:31:18.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-sdk3.0.2, sdk-console |
Reporter | Dustin Hyde |
Assignee | Eric Merriman |
Created | 2013-01-23T20:42:06.000+0000 |
Updated | 2017-03-24T21:58:55.000+0000 |
Description
DEBUG messages print as [debug] in Studio and [DEBUG] in Xcode. Log files attached.
Steps to Reproduce:
1. Run KitchenSink in iOS Simulator or Device.
2. Capture console log.
3. Run transport.py on KitchenSink and run in iOS Simulator or Device using Xcode.
4. Capture console log.
Actual Result:
DEBUG messages print as [debug] in Studio.
Expected Result:
DEBUG messages print as [DEBUG] in Studio.
Attachments
File | Date | Size |
studio.rtf | 2013-01-23T20:42:06.000+0000 | 3242 |
xcode.rtf | 2013-01-23T20:42:06.000+0000 | 3455 |
@Dustin - I don't think we modify or insert anything to the output we received in Studio, so suspect this is a CLI problem. Could you run the command from command line using CLI and see if it shows "[error]" in the log?
Only occurs on debug on ios device. Sample Code:
Console Output:
This looks to be a SDK issue as Ti.API.warn(...) and Ti.API.debug(...) are generating logs with [warn] and [debug] inserted, instead of the ones with all capital letters.
Verified works as expected with Titanium SDK 6.
Closing ticket as the issue cannot be reproduced and with reference to the previous comments.