Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13548] BlackBerry : Logs don't appear in studio console till we close the app in the simulator

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2013-04-13T21:16:37.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelssdk-bb
ReporterLokesh Choudhary
AssigneeJosh Roesslein
Created2013-04-13T21:11:13.000+0000
Updated2014-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

Comments

  1. Lokesh Choudhary 2013-04-13

    This is a duplicate of the one linked.
  2. Lokesh Choudhary 2013-04-13

    Closing as duplicate of TISTUD-4258

JSON Source