[TIMOB-12270] Android:KitchenSink - App crashes on launch
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-03-02T11:34:22.000+0000 |
Affected Version/s | Release 3.0.1 |
Fix Version/s | Release 3.0.2 |
Components | Android |
Labels | qe-and010113 |
Reporter | Anshu Mittal |
Assignee | Shameer Jan |
Created | 2013-01-11T01:12:24.000+0000 |
Updated | 2017-03-21T21:54:32.000+0000 |
Description
Kitchensink app crashes on launch.
This is not regression since the issue occurs on 3.0.0 GA as well.
Steps to reproduce:
Install Kitchensink on device and launch app.
Expected:
The app should launch successfully.
Actual:
The app shows the runtime error on launch. Find the error logs below:
01-11 09:08:29.195: E/TiExceptionHandler(6769): (main) [2039,17246] ----- Titanium Javascript Runtime Error -----
01-11 09:08:29.195: E/TiExceptionHandler(6769): (main) [0,17246] - In ui/common/ApplicationTabGroup.js:135,31
01-11 09:08:29.195: E/TiExceptionHandler(6769): (main) [0,17246] - Message: Uncaught TypeError: Cannot read property 'title' of undefined
01-11 09:08:29.195: E/TiExceptionHandler(6769): (main) [0,17246] - Source: Ti.API.info('tab ' + e.tab.title + ' prevTab = ' + (e.previousTab ? e.prev
01-11 09:08:29.199: E/V8Exception(6769): Exception occurred at ui/common/ApplicationTabGroup.js:135: Uncaught TypeError: Cannot read property 'title' of undefined
The problem cannot reproduce with release 3.0.2 and master release 3.1.0 Tested on: Titanium Studio, build: 2.1.2.201208301612 Titanium SDK version: 3.1.0 (02/03/2013) Titanium SDK version: 3.0.2 (02/03/2013) Device: Samsung galaxy s duos Android version: 4.0.4
Closing ticket as the issue cannot be reproduced and due to the above comments.