[TIMOB-14883] Android: Kitchen Sink - unexpected console output, switching tabs in Tab bar
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T18:01:57.000+0000 |
Affected Version/s | Release 3.1.2 |
Fix Version/s | n/a |
Components | Android, iOS |
Labels | KitchenSink, andoid, qe-3.1.2 |
Reporter | Olga Romero |
Assignee | Eric Merriman |
Created | 2013-08-14T21:01:42.000+0000 |
Updated | 2017-05-02T20:52:17.000+0000 |
Description
*not a regression*, occurs in 3.1.1.GA
Actual result:
I/TiAPI (10474): FOCUS RECEIVED IN base_ui
W/TitaniumModule(10474): (KrollRuntimeThread) [683,1000] Coverage is not enabled, no coverage data will be generated
I/TiAPI (10474): undefined
I/TiAPI (10474): tab blur - new index undefined old index undefined
I/TiAPI (10474): FOCUS RECEIVED IN base_ui
W/TitaniumModule(10474): (KrollRuntimeThread) [1005,2005] Coverage is not enabled, no coverage data will be generated
I/TiAPI (10474): undefined
I/TiAPI (10474): tab = Base UI, prevTab = null
I/TiAPI (10474): tab blur - new index undefined old index undefined
I/TiAPI (10474): FOCUS RECEIVED IN base_ui
W/TitaniumModule(10474): (KrollRuntimeThread) [2038,4043] Coverage is not enabled, no coverage data will be generated
I/TiAPI (10474): undefined
I/TiAnalyticsSvc( 9917): (Thread-543) [60981,100558] Analytics Service Started
W/TiAnalyticsSvc( 9917): (Thread-543) [33,100591] Network unavailable, can't send analytics
I/TiAnalyticsSvc( 9917): (Thread-543) [1,100592] Stopping Analytics Service
I/TiAPI ( 9917): ---------------- Hello World! I am a broadcast
W/TiJSIntervalService( 6039): (main) [57359,2812823] The intent is missing the extra value 'interval', therefore the code will be executed only once.
W/TiJSIntervalService( 6039): (main) [56,2812879] Thrown while clearing interval service runners: null
W/TiJSIntervalService( 6039): java.lang.NullPointerException
W/TiJSIntervalService( 6039): at ti.modules.titanium.android.TiJSIntervalService.destroyRunners(TiJSIntervalService.java:113)
W/TiJSIntervalService( 6039): at ti.modules.titanium.android.TiJSIntervalService.onDestroy(TiJSIntervalService.java:124)
W/TiJSIntervalService( 6039): at android.app.ActivityThread.handleStopService(ActivityThread.java:2403)
W/TiJSIntervalService( 6039): at android.app.ActivityThread.access$2000(ActivityThread.java:128)
W/TiJSIntervalService( 6039): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1227)
W/TiJSIntervalService( 6039): at android.os.Handler.dispatchMessage(Handler.java:99)
W/TiJSIntervalService( 6039): at android.os.Looper.loop(Looper.java:137)
W/TiJSIntervalService( 6039): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/TiJSIntervalService( 6039): at java.lang.reflect.Method.invokeNative(Native Method)
W/TiJSIntervalService( 6039): at java.lang.reflect.Method.invoke(Method.java:511)
W/TiJSIntervalService( 6039): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:980)
W/TiJSIntervalService( 6039): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:747)
W/TiJSIntervalService( 6039): at dalvik.system.NativeStart.main(Native Method)
I/TiAPI (10474): tab blur - new index 3 old index 0
I/TiAPI (10474): tab blur - new index undefined old index undefined
I/TiAPI (10474): tab = Platform, prevTab = Base UI
I/TiAPI (10474): tab blur - new index undefined old index undefined
I/TiAPI (10474): resume event received
I/TiAPI (10474): pause event received
To reproduce:
1. Install and run KS
2. Keep switching tabs and check console output
Notice tab blur - new index undefined old index undefined
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.