Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14883] Android: Kitchen Sink - unexpected console output, switching tabs in Tab bar

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T18:01:57.000+0000
Affected Version/sRelease 3.1.2
Fix Version/sn/a
ComponentsAndroid, iOS
LabelsKitchenSink, andoid, qe-3.1.2
ReporterOlga Romero
AssigneeEric Merriman
Created2013-08-14T21:01:42.000+0000
Updated2017-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

Comments

  1. Lee Morris 2017-05-02

    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.

JSON Source