[TIMOB-11551] iOS: API.log with timestamp arg fails to log timestamp
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | Medium |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2012-10-30T22:07:08.000+0000 |
| Affected Version/s | Release 2.1.2, Release 2.1.3 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | qe-ios100112 |
| Reporter | Dustin Hyde |
| Assignee | Ingo Muschenetz |
| Created | 2012-10-20T07:10:26.000+0000 |
| Updated | 2017-03-22T17:22:08.000+0000 |
Description
Ti.API.log('timestamp') does not log the timestamp.
This is not a regression. This is basic logging functionality.
It is unknown if this occurs in Titanium SDK 3.0.0.v20121019153308 due to TIMOB-11519.
Steps to Reproduce:
1. Run code:
Ti.API.log('timestamp');
Actual Result:
[INFO] timestamp
Expected Result:
[TIMESTAMP] 372409149.368474
Use Ti.API.timestamp(''); to log timestamp without a message
Reopening as New Feature. Add API.timestamp support to API.log on iOS.
@Dustin We already have an Ti.API.timestamp(String/String[]).
Closing ticket as the issue will not fix and with reference to the above comments.