[TIMOB-13548] BlackBerry : Logs don't appear in studio console till we close the app in the simulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-04-13T21:16:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | sdk-bb |
Reporter | Lokesh Choudhary |
Assignee | Josh Roesslein |
Created | 2013-04-13T21:11:13.000+0000 |
Updated | 2014-06-19T12:43:52.000+0000 |
Description
Description:
1. Create an app in studio for BB
2. Replace the app.js with the code below:
Ti.API.info('Hi how are you ?');
Ti.API.warn('Dont mess with me !!!');
Ti.API.debug('Hey this is debug');
Ti.API.trace('This is trace log');
Ti.API.error('Correct the error you moron ');
3. Build/run for simulator
Actual result:
1. The logs in the studio console do not appear after app launch but after we close the app
2. The same logs appear on the studio console after app launch from device
Expected Result:
1. The logs for the app should appear on the studio console as soon as the app launches
This is a duplicate of the one linked.
Closing as duplicate of TISTUD-4258