[TIMOB-6498] Parity: Logging: Logging info is different between two platforms need to standardize on a format
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T22:15:14.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | TiAPI |
Labels | api, parity, tbs-2.1.0 |
Reporter | Natalie Huynh |
Assignee | Ingo Muschenetz |
Created | 2011-12-07T10:49:38.000+0000 |
Updated | 2017-06-07T22:15:14.000+0000 |
Description
Steps To Reproduce:
1. Run TC1006 from http://wiki.appcelerator.org/display/tp/Debugger+Test+Plan
2. Run TC1011
Actual:
Android: [INFO] 1,2,a,[object Object]
iOS: [INFO] (
1,
2,
a,
{
b = c;
}
)
Android: [INFO] [Imported function: x=3, y=] y
iOS: [INFO] Imported function: x=3, y=y
Closing ticket due to time passed and lack of progress.