[TIMOB-15185] KitchenSink: Application-specific console logs does not appear for iphone 64bit simulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-09-11T06:49:13.000+0000 |
Affected Version/s | Release 3.1.3 |
Fix Version/s | Release 3.4.0 |
Components | iOS |
Labels | qe-3.1.3 |
Reporter | Pragya Rastogi |
Assignee | Sabil Rahim |
Created | 2013-09-14T09:37:02.000+0000 |
Updated | 2014-09-12T23:04:51.000+0000 |
Description
Application specific Console logs does not appear for iOS Simulator 7.0: Retina & Tall (4-inch 64-bit). Console logs appear for iOS simulator 7.0 Retina.
This is not regression issue. This issue is specific to 64bit simulator.
Steps to reproduce:
1. Install kitchensink on iOS 7.0 device or Simulator v7.0
2. Go to Kitchensink. Right click >Run as >Run Config > 64 bit iphone simulator. Change simulator config to "Retina & Tall (4-inch 64-bit)". OR iOS Simulator>Hardware>Device>iPhone Retina(4-inch 64-bit)
3. Go to KS>Controls>Progress Bar
4. Click "Start Progress" button
Actual: Console does not show following info:
[INFO] INTERVAL FIRED value 0
[INFO] INTERVAL FIRED value 1
[INFO] INTERVAL FIRED value 2
Logs do not appear in 64bit for:
Ti.API.info('INTERVAL FIRED value ' + val);
Ti.API.debug('INTERVAL FIRED value ' + val);
Ti.API.warn('INTERVAL FIRED value ' + val);
Ti.API.error('INTERVAL FIRED value ' + val);
Ti.API.trace('INTERVAL FIRED value ' + val);
Expected: The above info must appear in console. Changing iphone simulator to "Retina" will display above info
This issue exist with 3.1.3 but can't reproduce with 3.4.0 iOS 7.1 iOS 7.0 TiSDK 3.4.0 Appcelerator Studio, build: 3.3.0.201407111535 Titanium Command-Line Interface, CLI version 3.3.0,
Closing ticket as fixed. Verified *INTERVAL FIRED value* message appears in the console. Tested on: Appcelerator Studio, build: 3.4.0.201409112242 SDK build: 3.4.0.v20140912145715 CLI: 3.4.0-rc2 Alloy: 1.5.0-rc Xcode: 6 GM Seed Devices: iphone 5s simulator (8.0), iphone 5s simulator (7.1)