[AC-4885] Android Exception when running app on device
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2017-03-31T21:31:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Jerry |
Assignee | Shak Hossain |
Created | 2017-03-28T14:44:49.000+0000 |
Updated | 2017-03-31T21:31:01.000+0000 |
Description
Steps to Reproduce
Run app on any device
example: Samsung SM-T67V
or any simulator
example: GennyMotion Samsung Galaxy S6 5.1.0
Actual Result
Get runtime error only on device:
Console log snippet:
[ERROR] : TiExceptionHandler: (main) [785,785] ----- Titanium Javascript Runtime Error -----
[ERROR] : TiExceptionHandler: (main) [0,785] - In undefined:1029,1
[ERROR] : TiExceptionHandler: (main) [0,785] - Message: Uncaught SyntaxError: Unexpected token ]
[ERROR] : TiExceptionHandler: (main) [0,785] - Source: ]
[ERROR] : V8Exception: Exception occurred at undefined:1029: Uncaught SyntaxError: Unexpected token ]
[ERROR] : D/StatusBar.NetworkController( 1269): refreshViews connected={ data } level=5 combinedSignalIconId=0x7f020771/com.android.systemui:drawable/tw_stat_sys_5_level_signal_5_auto_rotate mobileLabel=Verizon Wireless wifiLabel= emergencyOnly=false combinedLabel=Verizon Wireless mAirplaneMode=false mDataActivity=3 mPhoneSignalIconId=0x7f020771/com.android.systemui:drawable/tw_stat_sys_5_level_signal_5_auto_rotate mQSPhoneSignalIconId=0x7f02017b/com.android.systemui:drawable/ic_qs_signal_4 mDataDirectionIconId=0x7f0203de/com.android.systemui:drawable/stat_sys_data_connected_4g_lte mDataSignalIconId=0x7f020771/com.android.systemui:drawable/tw_stat_sys_5_level_signal_5_auto_rotate mDataTypeIconId=0x7f0203de/com.android.systemui:drawable/stat_sys_data_connected_4g_lte mQSDataTypeIconId=0x0/(null) mNoSimIconId=0x0/(null) mWifiIconId=0x7f020618/com.android.systemui:drawable/stat_sys_wifi_signal_0 mQSWifiIconId=0x7f020199/com.android.systemui:drawable/ic_qs_wifi_no_network mWifiActivityIconId=0x0/(null) mBluetoothTetherIconId=0x7f020601/com.android.systemui:drawable/stat_sys_tether_bluetooth
[ERROR] : D/StatusBar.NetworkController( 1269): refreshNwBoosterIndicator - setNWBoosterIndicators(false)
[ERROR] : D/StatusBar.NetworkController( 1269): applyVZW
Expected Result
No Runtime error
Comments
JSON Source
Hello, We can't reproduce the issue. Can you share your sample project? Thanks.